Create config.php
This commit is contained in:
parent
861430e017
commit
ea1c39ac97
9
assets/php/config.php
Normal file
9
assets/php/config.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
//Start session:
|
||||
session_start();
|
||||
|
||||
//HTML template:
|
||||
require_once('./assets/php/template.php');
|
||||
$template = new Template();
|
||||
$prefix = $template->get_prefix();
|
||||
?>
|
Loading…
Reference in New Issue
Block a user