Show
Ignore:
Timestamp:
09/06/06 10:58:06 (6 years ago)
Author:
benoitg
Message:

* Remove most inclusions of MainUI in classes. That completely
broke authentication (circular dependencies). Fixes 245.

Unfixes 242. Exceptions should not be caught in the context

they are thrown in. Else there no point in throwing exception in the
first place.
* HyperLink?.php: Fix bug where a link with identical text as
it's link would see the text replaced by the clickthrough-tracked
equivalent.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/include/common_interface.php

    r946 r1091  
    5959 */ 
    6060require_once('classes/Session.php'); 
    61 require_once('classes/Statistics.php'); 
    6261require_once('classes/SmartyWifidog.php'); 
    6362require_once('classes/User.php'); 
    6463 
    6564$session = new Session(); 
    66 $stats = new Statistics(); 
    6765$smarty = new SmartyWifidog; 
    6866