Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4060900
D266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D266.diff
View Options
diff --git a/index.php b/index.php
--- a/index.php
+++ b/index.php
@@ -1,18 +1,13 @@
<?php
-/**
- * Keruald, core libraries for Pluton and Xen engines.
- * (c) 2010, S饕astien Santoro aka Dereckson, some rights reserved
- * Released under BSD license
- *
- * Application entry point
- *
- * Keruald is mainly a repository for common libraries elements between
- * engines like Pluton (content-oriented site) and Xen (MVC).
- *
- * You should consider to start with one of those.
- *
- */
+/* -------------------------------------------------------------
+ Nasqueron Tools
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Author: Sテゥbastien Santoro aka Dereckson
+ Project: Nasqueron
+ Created: 2010
+ Licence: Released under BSD license
+ ------------------------------------------------------------- */
////////////////////////////////////////////////////////////////////////////////
///
@@ -36,29 +31,11 @@
/// Session
///
-//[TODO] If your session contains classes, and you don't implement __autoload,
-//you've to require those items before session_start();
-//You can implement this here or in _includes/sessions.php
-
-//Starts a new session or recovers current session
$Session = Session::load();
-
-//Handles login or logout
-//include("includes/login.php");
-
-//Gets current user information
$CurrentUser = $Session->get_logged_user();
////////////////////////////////////////////////////////////////////////////////
///
-/// Your application initialization logic
-///
-
-//[TODO] Loads your template engine or prepares the document to print
-//[TODO] Loads languages file if you're into L10n
-
-////////////////////////////////////////////////////////////////////////////////
-///
/// Serves the requested page
///
@@ -81,4 +58,3 @@
$document->nofooter = true;
}
$document->render();
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 08:44 (2 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2380204
Default Alt Text
D266.diff (1 KB)
Attached To
Mode
D266: Simplify index.php
Attached
Detach File
Event Timeline
Log In to Comment