Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/
Upload File :
Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/oops.php

<?php
if ($wo['loggedin'] == false || $wo['config']['pro'] == 0) {
	header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
    exit();
}
$wo['description'] = '';
$wo['keywords']    = '';
$wo['page']        = 'oops';
$wo['title']       = 'Oops! | ' . $wo['config']['siteTitle'];
$wo['content']     = Wo_LoadPage('oops/content');