Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

325
 
1480
 
1480
 
services.php
_> 11 <?php
  22 /*
<> 3 -  $Id: services.php 325 2005-12-05 03:28:21Z hpdl $
   3+  $Id: services.php 1480 2007-03-28 13:24:51Z 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;