Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

368
 
1493
 
1493
 
services.php
_> 11 <?php
  22 /*
<> 3 -  $Id: services.php 368 2005-12-22 16:27:23Z hpdl $
   3+  $Id: services.php 1493 2007-03-28 22:50:04Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4646     }
  4747 
  4848     function startService($service) {
<> 49 -      include('includes/services/' . $service . '.php');
   49+      include('includes/modules/services/' . $service . '.php');
<_ 5050 
  5151       if (@call_user_func(array('osC_Services_' . $service, 'start'))) {
  5252         $this->started_services[] = $service;