mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Initial import of old legacy Zynapse Framework,
untouched since early 2008.
This commit is contained in:
16
app/controllers/admin/admin_controller.php
Normal file
16
app/controllers/admin/admin_controller.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
|
||||
class AdminController extends ApplicationController {
|
||||
|
||||
function index () {
|
||||
echo ' controller called ';
|
||||
}
|
||||
|
||||
function view () {
|
||||
$this->render_layout = false;
|
||||
echo ' controller called ';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user