Skip to content

Commit 6e0fc0d

Browse files
authored
Merge pull request #48 from mrrobot47/update/admin-tools-index
Update ee-admin tools path
2 parents f4353f5 + b47d960 commit 6e0fc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $services = populate_site_info();
7171
unset( $services['id'] );
7272
unset( $services['site_url'] );
7373

74-
$scan_dir = ( file_exists ( '/var/www/htdocs/current/ee-admin' ) ) ? '/var/www/htdocs/current/ee-admin' : '/var/www/htdocs/ee-admin';
74+
$scan_dir = '/var/www/htdocs/ee-admin';
7575
$scan = scandir( $scan_dir );
7676
$scan = array_diff( $scan, [ '.', '..', 'index.php' ] );
7777

0 commit comments

Comments
 (0)