Unify $USER on: lace
authorshort <>
Thu, 3 Feb 2005 12:01:38 +0000 (12:01 +0000)
committershort <>
Thu, 3 Feb 2005 12:01:38 +0000 (12:01 +0000)
.htaccess
config.php

index d5a44c5..3d9cc09 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -13,6 +13,6 @@ AddType video/x-mng .mng
 <FilesMatch "^(objednavky|inzeraty)\.php$">
        AuthType Basic
        AuthName energie.objednavky
 <FilesMatch "^(objednavky|inzeraty)\.php$">
        AuthType Basic
        AuthName energie.objednavky
-       AuthUserFile /home/short/priv/energie.objednavky.passwd
+       AuthUserFile /home/lace/priv/energie.objednavky.passwd
        require valid-user
 </FilesMatch>
        require valid-user
 </FilesMatch>
index b554c26..7a673a8 100644 (file)
@@ -18,7 +18,7 @@
        // obsah.php:
        $db_host="";
        $db_user="short";
        // obsah.php:
        $db_host="";
        $db_user="short";
-       $db_pwd_a=file("/home/short/priv/mysql.${db_user}.pwd");
+       $db_pwd_a=file("/home/lace/priv/mysql.${db_user}.pwd");
        $db_pwd=trim($db_pwd_a[0]);
        $db_name="short";
        $tb_obsah="energie_obsah";
        $db_pwd=trim($db_pwd_a[0]);
        $db_name="short";
        $tb_obsah="energie_obsah";