Updates source to use new SihnonFramework library structure

This commit is contained in:
2010-10-10 18:47:24 +01:00
parent b59b99fcb9
commit 72087b9537

View File

@@ -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());