You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define('ROOT', __DIR__.'/'); // The directory of thinkocracy, whereever you're keeping it.
define('BASE_URL', ('http://'.(isset($_SERVER['HTTP_HOST'])? $_SERVER['HTTP_HOST'] : 'localhost:9999').'/')); // The domain url of thinkocracy, e.g. http://localhost:9999/ during dev
$app['debug'] = true; // For debugging, in development only.