Consolidated web initialisation code into includes/WebStart.php. Moved profiling...
[lhc/web/wiklou.git] / includes / ProfilerSimpleUDP.php
index c395228..5c8da13 100644 (file)
@@ -3,7 +3,7 @@
    (the one from wikipedia/udpprofile CVS )
 */
 
-require_once(dirname(__FILE__).'/Profiling.php');
+require_once(dirname(__FILE__).'/Profiler.php');
 require_once(dirname(__FILE__).'/ProfilerSimple.php');
 
 class ProfilerSimpleUDP extends ProfilerSimple {