Init Repo
This commit is contained in:
9
install/resources/content/install.php
Normal file
9
install/resources/content/install.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if (!defined('PICONTROL')) exit();
|
||||
|
||||
$tpl->setHeaderTitle(_t('Vorwort'));
|
||||
|
||||
$tpl->assign('langUrl', (isset($_GET['lang']) && $_GET['lang'] != '') ? '&lang='.$_GET['lang'] : '');
|
||||
|
||||
$tpl->draw('install');
|
||||
?>
|
||||
Reference in New Issue
Block a user