We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4353f5 + b47d960 commit 6e0fc0dCopy full SHA for 6e0fc0d
1 file changed
templates/index.mustache
@@ -71,7 +71,7 @@ $services = populate_site_info();
71
unset( $services['id'] );
72
unset( $services['site_url'] );
73
74
-$scan_dir = ( file_exists ( '/var/www/htdocs/current/ee-admin' ) ) ? '/var/www/htdocs/current/ee-admin' : '/var/www/htdocs/ee-admin';
+$scan_dir = '/var/www/htdocs/ee-admin';
75
$scan = scandir( $scan_dir );
76
$scan = array_diff( $scan, [ '.', '..', 'index.php' ] );
77
0 commit comments