Add files via upload
This commit is contained in:
10
cinemas/index.php
Normal file
10
cinemas/index.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
//General Config File:
|
||||
require_once('../assets/php/config.php');
|
||||
|
||||
//Specific page content:
|
||||
$section = '';
|
||||
|
||||
//General page content:
|
||||
require RAIZ_APP.'/HTMLtemplate.php';
|
||||
?>
|
Reference in New Issue
Block a user