first commit
This commit is contained in:
10
eingabe_frame.php
Executable file
10
eingabe_frame.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
include_once 'classes/TestProjektSmarty.class.php';
|
||||
|
||||
require_once("config.inc.php");
|
||||
|
||||
#$template = "standard";
|
||||
|
||||
$templatename = substr(basename($_SERVER['PHP_SELF']),0,-3)."html";
|
||||
|
Reference in New Issue
Block a user