Ignore:
Timestamp:
05/13/12 09:47:05 (13 years ago)
Author:
tbretz
Message:
Enabled authentication; removed default label from filename.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/index.php

    r13680 r13684  
    7676
    7777// --------------------------------------------------------------------
    78 /*
     78
    7979if (!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW']))
    8080{
     
    8787if ($rc!="")
    8888    return header('HTTP/1.0 401 '.$rc);
    89 */
     89
    9090// --------------------------------------------------------------------
    9191
     
    110110    if (isset($_GET['label']))
    111111    {
    112         $args .= ":".$_GET['label'];
     112        if ($_GET['label']>=0)
     113            $args .= ":".$_GET['label'];
    113114        unset($_GET['label']);
    114115    }
Note: See TracChangeset for help on using the changeset viewer.