Updates source to use new SihnonFramework library structure
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once('../private/config.php');
|
require_once('../private/config.php');
|
||||||
require_once(Sihnon_Lib . 'Sihnon/Main.class.php');
|
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$main = Sihnon_Main::instance();
|
$main = SihnonFramework_Main::instance();
|
||||||
|
|
||||||
} catch (Sihnon_Exception $e) {
|
} catch (Sihnon_Exception $e) {
|
||||||
die("Uncaught " . get_class($e) . ": " . $e->getMessage());
|
die("Uncaught " . get_class($e) . ": " . $e->getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user