Changeset 12010 for trunk/www/db_po/edit_po.php
- Timestamp:
- 09/07/11 15:47:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/edit_po.php
r11598 r12010 14 14 if (!isset($_SERVER['PHP_AUTH_USER'])) 15 15 { 16 header('WWW-Authenticate: Basic realm=" Build Datasets"');16 header('WWW-Authenticate: Basic realm="Edit FACT Configuration Database"'); 17 17 header('HTTP/1.0 401 Unauthorized'); 18 18 return;
Note:
See TracChangeset
for help on using the changeset viewer.