diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-11-10 19:22:29 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-11-10 19:22:29 -0500 |
commit | 374e787f7ac1a2f56a757529c9b508108523b0ca (patch) | |
tree | 1ac4d312618191721ea1e40e8fd6cae6dbf3015d /lib/init.php | |
parent | 58a7f6b2a6f1c3dbf6c01156b76b9f62dbd81bed (diff) | |
download | ampache-374e787f7ac1a2f56a757529c9b508108523b0ca.tar.gz ampache-374e787f7ac1a2f56a757529c9b508108523b0ca.tar.bz2 ampache-374e787f7ac1a2f56a757529c9b508108523b0ca.zip |
Remove special case for loading vauth
Synology is (probably) able to load vauth, it just doesn't like our custom
session handler.
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/init.php b/lib/init.php index 8876b9b4..45386c04 100644 --- a/lib/init.php +++ b/lib/init.php @@ -43,8 +43,6 @@ $prefix = realpath($ampache_path . "/../"); $configfile = "$prefix/config/ampache.cfg.php"; require_once $prefix . '/lib/general.lib.php'; require_once $prefix . '/lib/class/config.class.php'; -require_once $prefix . '/lib/class/vauth.class.php'; // Fixes synology bug with __autoload in certain cases -vauth::_auto_init(); if (!function_exists('gettext')) { require_once $prefix . '/modules/emulator/gettext.php'; |