Kod
//--- admin ---
// To log-in as an admin when every feature is
// hidden, click on "Powered" (hidden link) at
// the bottom of the page.
//
// if true, activate admin authentication
$config['admin_actived'] = true;
// admin username
$config['admin_username'] = "Tabus";
// admin password
$config['admin_password'] = "hasło";
// if true, allow upload only for admin
$config['protect_upload'] = false;
// if true, show upload feature only for admin
$config['hide_upload'] = false;
// if true, allow delete only for admin
$config['protect_delete'] = true;
// if true, show delete feature only for admin
$config['hide_delete'] = true;
// if true, allow make dir only for admin
$config['protect_makedir'] = true;
// if true, show make dir feature only for admin
$config['hide_makedir'] = true;
// To log-in as an admin when every feature is
// hidden, click on "Powered" (hidden link) at
// the bottom of the page.
//
// if true, activate admin authentication
$config['admin_actived'] = true;
// admin username
$config['admin_username'] = "Tabus";
// admin password
$config['admin_password'] = "hasło";
// if true, allow upload only for admin
$config['protect_upload'] = false;
// if true, show upload feature only for admin
$config['hide_upload'] = false;
// if true, allow delete only for admin
$config['protect_delete'] = true;
// if true, show delete feature only for admin
$config['hide_delete'] = true;
// if true, allow make dir only for admin
$config['protect_makedir'] = true;
// if true, show make dir feature only for admin
$config['hide_makedir'] = true;