Gepuffert wird das Auslesen der Module aus den einzelnen admin_...php-Files. Damit erhöht sich gerade bei Boards mit sehr vielen Modulen im ACP die Navigationsgeschwindigkeit spürbar.
Download und weitere Einzelheiten im Download-Bereich zu finden.
Code: Alles auswählen
#
#-----[ OPEN ]-----
#
// For an installed junior admin
includes/functions_jr_admin.php
// For not installed junior admin
admin/index.php
#
#-----[ FIND ]-----
#
if (date('YzH',time()) - date('YzH',@filemtime($cache_data_file)) > 86400)
#
#-----[ REPLACE WITH ]-----
#
if (date('YzH',time()) - date('YzH',@filemtime($cache_data_file)) >= 1)
#
#-----[ SAVE/CLOSE ALL FILES ]-----
#
# EoM