diff options
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index 23581638..91f1323f 100644 --- a/play/index.php +++ b/play/index.php @@ -28,7 +28,7 @@ */ $no_session = true; -require_once('../modules/init.php'); +require_once('../lib/init.php'); require_once(conf('prefix') . '/modules/horde/Browser.php'); |