Home

Awesome

HTAdmin

Warning; this project is hardly deprecated, do not use it in production.

HTAdmin is a basic and simple PHP tool for administrating Apache .htpasswd files.

Develpoment has been started at 2000 (when PHP 4 is first released) and stopped at 2005 (before PHP 5).

REQUIREMENTS

INSTALLATION

  $cfgUseAuth        = true;
  $cfgSuperUser      = 'admin';
  $cfgSuperPass      = 'password';

  $cfgHTPasswd[0][N] = '/htdocs/example/.htpasswd'; // First file's full path and name
  $cfgHTPasswd[0][D] = 'Sample htpasswd file'; // First file's description
  $cfgHTPasswd[1][N] = ''; // Second file's full path and name
  $cfgHTPasswd[2][D] = ''; // Second file's description

THANKS

DISCLAIMER