Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11725165
index.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
index.php
View Options
<?php
/* -------------------------------------------------------------
Nasqueron Tools
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Sébastien Santoro aka Dereckson
Project: Nasqueron
Created: 2013
Licence: Released under BSD license
------------------------------------------------------------- */
////////////////////////////////////////////////////////////////////////////////
///
/// Initialization
///
define
(
'IN_KERUALD'
,
true
);
define
(
'IN_PLUTON'
,
true
);
define
(
'NO_SESSION'
,
true
);
//Keruald libraries
include
(
'includes/core.php'
);
//Pluton libraries
include
(
'includes/document.php'
);
//Site libraries
include
(
'includes/core2.php'
);
////////////////////////////////////////////////////////////////////////////////
///
/// Session
///
if
(!
NO_SESSION
)
{
$Session
=
Session
::
load
();
$CurrentUser
=
$Session
->
get_logged_user
();
}
////////////////////////////////////////////////////////////////////////////////
///
/// Serves the requested page
///
$url
=
get_current_url
();
$document
=
new
Document
(
$url
);
$document
->
render
();
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Sep 18, 19:13 (6 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991433
Default Alt Text
index.php (1 KB)
Attached To
Mode
rTOOLS Nasqueron Tools
Attached
Detach File
Event Timeline
Log In to Comment