This is a discussion on Administration Access Level Accounts 2.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This fixes a bug in the 24 Jan 2006 2.2a full package. In the admin/includes/application_top.php file, the line: if (basename($PHP_SELF) ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This fixes a bug in the 24 Jan 2006 2.2a full package. In the admin/includes/application_top.php file, the line: if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN) { should be changed to: if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN && basename($PHP_SELF) != FILENAME_FORBIDDEN) { The attached file is a dummy file that contains exactly what's written here. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin Access Level and Easy Populate | bt1002 | osCommerce 2.2 Modification Help | 1 | 10-30-2003 12:48 PM |
| Administration Access Level Accounts 2.1 is working or not? | freeman | osCMax v1.7 Discussion | 1 | 10-19-2003 11:36 AM |
| can access admin panel but cannot access catalog | Anonymous | osCMax v1.7 Discussion | 1 | 10-14-2003 05:28 PM |
| Admin Account with Access Level using AES 256 | xeokeri | osCommerce 2.2 Modification Help | 3 | 10-08-2003 05:47 PM |
| I cannot access the Administration tool. | don | osCommerce 2.2 Installation Help | 2 | 12-31-2002 05:55 PM |