diff options
Diffstat (limited to 'web/html/logout.php')
-rw-r--r-- | web/html/logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/logout.php b/web/html/logout.php index 88a1e26..14c652e 100644 --- a/web/html/logout.php +++ b/web/html/logout.php @@ -2,7 +2,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); -include("aur.inc"); # access AUR common functions +include_once("aur.inc"); # access AUR common functions include_once("acctfuncs.inc"); # access AUR common functions |