| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/withdrawal.php |
<?php
if ($wo['loggedin'] == false) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
if ($wo['config']['affiliate_system'] != 1 && $wo['config']['point_allow_withdrawal'] != 1 && $wo['config']['funding_system'] != 1 && $wo['config']['store_system'] != 'on') {
header("Location: " . $wo['config']['site_url']);
exit();
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = $wo['config']['siteKeywords'];
$wo['page'] = 'withdrawal';
$wo['title'] = $wo['lang']['withdrawal'];
$wo['content'] = Wo_LoadPage('withdrawal/content');