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