forked from science-ation/science-ation
Spell bootstrap correctly
This commit is contained in:
parent
0a4acc7dd5
commit
aaea2764b6
@ -23,7 +23,7 @@
|
|||||||
?>
|
?>
|
||||||
<?
|
<?
|
||||||
//bootstrap sets up the session, loads config params, etc, etc.
|
//bootstrap sets up the session, loads config params, etc, etc.
|
||||||
require_once("common.inc.bootastrap.php");
|
require_once("common.inc.bootstrap.php");
|
||||||
|
|
||||||
//functions contains all the common functions besides the header/footer functions
|
//functions contains all the common functions besides the header/footer functions
|
||||||
require_once("common.inc.functions.php");
|
require_once("common.inc.functions.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user