summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-16 15:30:35 +0400
committerAndrew Dolgov <[email protected]>2012-08-16 15:30:49 +0400
commit0d421af86fdfe270e7396f308cf53f3b908e3d74 (patch)
treea8a497d6a3f28ab030b8e232bd7a0057512c417c /prefs.php
parent7e18f8e710d3b5af211be0a658d863a00d10bd67 (diff)
split authentication to separate modules
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 21a72cfd1..1399d9f58 100644
--- a/prefs.php
+++ b/prefs.php
@@ -1,5 +1,5 @@
<?php
- set_include_path(get_include_path() . PATH_SEPARATOR .
+ set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");
require_once "functions.php";