Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

153
 
293
 
293
 
services.php
_> 11 <?php
  22 /*
<> 3 -  $Id: services.php 153 2005-08-04 12:57:59Z hpdl $
   3+  $Id: services.php 293 2005-11-29 17:34:26Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4444     }
  4545 
  4646     function startService($service) {
<> 47 -      include('includes/modules/services/' . $service . '.php');
   47+      include('includes/services/' . $service . '.php');
<_ 4848 
  4949       if (@call_user_func(array('osC_Services_' . $service, 'start'))) {
  5050         $this->started_services[] = $service;