Initial Commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*===============================================*\
|
||||
|| ############################################# ||
|
||||
|| # JAKWEB.CH / Version 2.0.2 # ||
|
||||
|| # ----------------------------------------- # ||
|
||||
|| # Copyright 2022 JAKWEB All Rights Reserved # ||
|
||||
|| ############################################# ||
|
||||
\*===============================================*/
|
||||
|
||||
// Check if the file is accessed only via index.php if not stop the script from running
|
||||
if (!defined('JAK_PREVENT_ACCESS')) die('No direct access!');
|
||||
|
||||
// Set some standards
|
||||
$JAK_CMS_PAGE["title"] = $jkl['g84'];
|
||||
$JAK_CMS_PAGE["previmg"] = "/files/editor/header/bg17.jpg";
|
||||
|
||||
// Load the template
|
||||
include_once APP_PATH.'template/'.JAK_FRONT_TEMPLATE.'/tplblocks/banned.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user