File: /home/imensosw/www/imenso.co/dev/spotilicious/sources/invited_room.php
<?php
if ($wo['loggedin'] == false) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
if ($wo['config']['classified'] == 0) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = $wo['config']['siteKeywords'];
$wo['page'] = 'invited_room';
$wo['title'] = "Invite Room";
$wo['content'] = Wo_LoadPage('rooms/invited-room');