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:
21
public/dispatch.php
Normal file
21
public/dispatch.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
|
||||
Dispatch Zynapse
|
||||
- the first step
|
||||
|
||||
*/
|
||||
|
||||
|
||||
# path to config directory
|
||||
$znap_config_path = dirname(dirname(__FILE__)).'/config';
|
||||
|
||||
|
||||
// environment setup
|
||||
require_once($znap_config_path.'/boot.php');
|
||||
|
||||
|
||||
// start the junk :D
|
||||
Dispatcher::dispatch();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user