Skip to content

Commit

Permalink
use require_once for config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Jul 26, 2013
1 parent 353bda6 commit 9d43b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/base.inc.php
@@ -1,6 +1,6 @@
<?php

include('config.php');
require_once('config.php');

require_once('../vendor/autoload.php');

Expand Down

0 comments on commit 9d43b33

Please sign in to comment.