PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of dav y   Telex   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Telex
Publish and share messages like with Twitter
Author: By
Last change: stable

added appx, framework of apps
Date: 7 years ago
Size: 340 bytes
 

Contents

Class file image Download
<?php
//fractalframework@2017
//http://opensource.org/licenses/gpl-license.php
session_start();
require(
'boot.php');
chrono('');
$app=get('app');
if(!
$app)$app=$_SESSION['index'];
sez('app',$app);
#/app/model/p1:v1,p2:v2
$p=_jrb(get('params'),1);
sez('applng',$app);
Lang::$app=$app;
require(
$_SESSION['dev'].'/index.php');
Sql::close();
?>