Change all require statements to include the full path.

This commit is contained in:
Chris Boulton 2010-04-20 10:59:06 +10:00
parent 6e6d7ad859
commit 9ce7cfb370
5 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
<?php
require_once 'Stat.php';
require_once 'Job.php';
require_once 'Job/DirtyExitException.php';
require_once dirname(__FILE__) . '/Stat.php';
require_once dirname(__FILE__) . '/Job.php';
require_once dirname(__FILE__) . '/Job/DirtyExitException.php';
/**
* Resque worker that handles checking queues for jobs, fetching them