Skip to content

Commit

Permalink
removed extra config ?>
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Oct 26, 2023
1 parent 7db04f8 commit 8cc266b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Include/Config.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ error_reporting(E_ERROR);
//
// Absolute path must be specified since this file is called
// from scripts located in other directories
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'LoadConfigs.php');
?>
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'LoadConfigs.php');

0 comments on commit 8cc266b

Please sign in to comment.