Last active
January 1, 2016 03:22
-
-
Save TheOpenDevProject/944c862a8117e7c2ca0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include 'vendor/autoload.php' | |
//NOTHING ELSE BELONGS IN THIS FILE | |
Application::Start(array('SettingsStuff' => array( | |
'AppName' => 'MyApp' | |
)),'POST,GET',true,function(){}); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment