Show
Ignore:
Timestamp:
03/06/06 10:08:40 (3 years ago)
Author:
bart
Message:

Removed the old webui and made a new controlpanel en disassembler

more information in the README file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.ini

    r141 r178  
    107107eaccelerator.content  = "shm_and_disk" 
    108108 
    109 ; eAccelerator can be managed through web interface script  eaccelerator.php. So 
    110 ; you need to put this file on  your  web  site.  For  security  reasons  it  is 
    111 ; recommended to restrict the usage of this script by your local IP. 
    112 
    113 ; To create the eAccelerator password type 
    114 
    115 ; php -q eaccelerator_password.php 
    116 ; Changing password for eAccelerator Web Interface (eaccelerator.php) 
    117 
    118 ; Enter admin name: admin 
    119 ; New admin password: eaccelerator 
    120 ; Retype new admin password: eaccelerator 
     109; The script paths that are allowed to get admin information and do admin 
     110; controls 
     111eaccelerator.allowed_admin_path = "" 
    121112 
    122 eaccelerator.admin.name="yourusername" 
    123 eaccelerator.admin.password="yourpassword"