// If register_globals is turned off, extract super globals (php 4.2.0+)
if (ini_get('register_globals') != 1) {
$supers = array("_REQUEST","_ENV","_SERVER","_POST","_GET","_COOKIE","_SESSION","_FILES","_GLOBALS");
foreach ($supers as $__s) {
if ((isset($$__s) == true) && (is_array($$__s) == true)) extract($$__s, EXTR_OVERWRITE);
}
unset($supers);
}
ob_start();
$folder_level = "";
while (!file_exists($folder_level."config.php")) { $folder_level .= "../"; }
require_once $folder_level."config.php";
define("sau_base", $folder_level);
require sau_base."config.php";
require sau_base."includes/classes.php";
require sau_base."theme/theme.php";
echo "
Privacy Policy
\n";
tablebreak();
echo "
\n";
opentable("Privacy Policy");
echo "Stargate Alpha protects the privacy of its members; we do not knowingly pass on
information to other companies. We would like to gently remind users of their personal
safety when revealing personal information of any kind to other users on the site.
Currently the only information we require for membership is a name, location and e-mail
address. As stated in the Terms & Conditions, we cannot police, nor be held responsible
for users joining. We may review this policy at anytime, so please be sure to check periodically.\n";
closetable();
echo "