Skip to content

Instantly share code, notes, and snippets.

View amberhwang's full-sized avatar

BaconIsLifeBaconIsLoveBaconIsMyBestFriend amberhwang

View GitHub Profile
@amberhwang
amberhwang / messages.php
Last active September 25, 2015 04:02
single view message
<?php
session_start();
include('functions.php');
include('php-header.php');
if( !isset($_SESSION[$PROJECT_NAME . '-sessionId']) ){
header('Location:' . $base_url . 'login');
}
?>