"objednavka.txt" replaced for "objednavky.php" (SQL table "energie_objednavka")
authorshort <>
Fri, 17 Aug 2001 16:12:34 +0000 (16:12 +0000)
committershort <>
Fri, 17 Aug 2001 16:12:34 +0000 (16:12 +0000)
PHP magic_quotes_* flags turned OFF, data addslashes()ed manually

.htaccess

index fc1a446..69d32f6 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,9 +1,11 @@
 DirectoryIndex index.php
 php_flag short_open_tag off
+php_flag magic_quotes_gpc off
+php_flag magic_quotes_runtime off
 AddType text/javascript .js
-<Files "objednavka.txt">
+<Files "objednavky.php">
        AuthType Basic
-       AuthName energie.objednavka
-       AuthUserFile /home/short/priv/energie.objednavka.passwd
+       AuthName energie.objednavky
+       AuthUserFile /home/short/priv/energie.objednavky.passwd
        require valid-user
 </Files>