]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Move LoginManager and SessionManager to the Security namespace
[github/shaarli/Shaarli.git] / index.php
index 30bfc1701c6bf09ec79f2c8497963af7b5cd5811..139812d742d19fc69d3382f637fcf7f47a6f4ec6 100644 (file)
--- a/index.php
+++ b/index.php
@@ -78,8 +78,8 @@ require_once 'application/Updater.php';
 use \Shaarli\Languages;
 use \Shaarli\ThemeUtils;
 use \Shaarli\Config\ConfigManager;
-use \Shaarli\LoginManager;
-use \Shaarli\SessionManager;
+use \Shaarli\Security\LoginManager;
+use \Shaarli\Security\SessionManager;
 
 // Ensure the PHP version is supported
 try {