diff options
Diffstat (limited to 'frontends/php/include/bulkloader.inc.php')
| -rw-r--r-- | frontends/php/include/bulkloader.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/bulkloader.inc.php b/frontends/php/include/bulkloader.inc.php index 1ab5abae..7db0f10c 100644 --- a/frontends/php/include/bulkloader.inc.php +++ b/frontends/php/include/bulkloader.inc.php @@ -17,7 +17,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. **/ -include_once "include/config.inc.php"; +require_once "include/config.inc.php"; /* ** This include file contains all of the non-standard functions required |
