Skip to content

Commit

Permalink
Changed an include to a require.
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysnacks committed May 5, 2018
1 parent cf2df2a commit 1ec2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devmode.php.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

include(__DIR__ . '/c3.php');
require_once(__DIR__ . '/c3.php');

0 comments on commit 1ec2385

Please sign in to comment.