summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-29 17:47:53 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-29 17:47:53 +0000
commit36f804cfecab25c55e71e3d2f20ffbc35ee5a5fb (patch)
tree4e4accf5948d801b34af3db8de40d5f449c8eabb /frontends/php/config.html
parentd521f48bbb2401badd2520a1d178e8d1845d7871 (diff)
downloadzabbix-36f804cfecab25c55e71e3d2f20ffbc35ee5a5fb.tar.gz
zabbix-36f804cfecab25c55e71e3d2f20ffbc35ee5a5fb.tar.xz
zabbix-36f804cfecab25c55e71e3d2f20ffbc35ee5a5fb.zip
config.inc moved to include/. Added .htaccess file to prevent read access
to config.inc. PHP pages updated with new path to the file. git-svn-id: svn://svn.zabbix.com/trunk@14 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.html')
-rw-r--r--frontends/php/config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/config.html b/frontends/php/config.html
index d614fb48..e165adcb 100644
--- a/frontends/php/config.html
+++ b/frontends/php/config.html
@@ -1,5 +1,5 @@
<?
- include "config.inc";
+ include "include/config.inc";
$title = "Configuration of Zabbix";
show_header($title,0);
?>