admin interface - phpLivePacker 1.4
< back to main page
// version information
phpLivePacker 1.4
// secure phpLivePacker in production environment
Make sure to deny access to the following directories e.g. via htaccess in your production environment.
- <phplivepacker>/admin
- <phplivepacker>/cache
- <phplivepacker>/conf
- <phplivepacker>/lib
// check configuration for production environment
- OK: debugMode is turned off
- OK: developmentMode is turned off
-
- OK: gzip is enabled
- OK: minify_css is enabled
- OK: minify_js is enabled
-
- WARNING: cache is disabled
- OK: cache for browser information is enabled
- OK: cache-directory is writeable
-
- OK: browserDetection-Override is disabled
-
- INFO: base64 image inclusion is disabled
- INFO: generation of css image array is enabled
// debug information
baseDir
/server/data/apache2/www/phplivepacker/demo/
file path
/demo/admin
$_SERVER['DOCUMENT_ROOT']
/server/data/apache2/www/phplivepacker
$_ENV['OS']
$_SERVER['WINDIR']
// clear phpLivePacker cache
Press the button to clear all css/js files cached by phpLivePacker.
cache directory: /server/data/apache2/www/phplivepacker/demo/cache/