This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/manage/index.php

14 lines
262 B
PHP

<?php
/*
* Sakura Management
*/
// Declare Namespace
namespace Sakura;
// Include components
require_once str_replace(basename(__DIR__), '', dirname(__FILE__)) .'_sakura/manage.php';
// Print page contents
print Templates::render('login.tpl', $renderData);