uite asa arata la mine in conf.php

//--------------------------------------------------------------------------
----
// Global User Variables (used when $require_login==false)

        // the home directory for the filemanager: (use '/', not '\' or
'\\', no trailing '/')
        $GLOBALS["home_dir"] = "/var/www/html/iqm.ro";

        // the url corresponding with the home directory: (no trailing '/')
        $GLOBALS["home_url"] = "http://www.iqm.ro/";;

        // show hidden files in QuiXplorer: (hide files starting with '.',
as in Linux/UNIX)
        $GLOBALS["show_hidden"] = true;

        // filenames not allowed to access: (uses PCRE regex syntax)
        $GLOBALS["no_access"] = "^\.ht";

        // user permissions bitfield: (1=modify, 2=password, 4=admin, add
the numbers)
        $GLOBALS["permissions"] = 7;
//--------------------------------------------------------------------------
----

iar in .htusers.php trebuie sa ai la fel:

<?php $GLOBALS["users"]=array(

array("NUME","parola_criptata","/var/www/html/iqm.ro","http://www.iqm.ro",1,
"",7,1),
); ?>


--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui