Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Aug 30, 2014
1 parent eec7980 commit be81cc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* OpenSource-SocialNetwork
*
* @package (Informatikon.com).ossn
* @author OSSN Core Team <[email protected]>
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
* @license General Public Licence http://opensource-socialnetwork.com/licence
* @link http://www.opensource-socialnetwork.com/licence
*/
require_once('system/start.php');
$h = input('h');
if(empty($h)){
$h = 'index';
}
echo ossn_load_page($h, input('p'));

0 comments on commit be81cc0

Please sign in to comment.