diff options
Diffstat (limited to 'web/html/timeout.php')
-rw-r--r-- | web/html/timeout.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/timeout.php b/web/html/timeout.php index a529e37..1c14e65 100644 --- a/web/html/timeout.php +++ b/web/html/timeout.php @@ -1,4 +1,7 @@ <? + +set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); + include("timeout_po.inc"); include("aur.inc"); set_lang(); |