<?php
 
    //Version 1.2(final)
 
    if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
 
        $uri = 'https://';
 
    } else {
 
        $uri = 'http://';
 
    }
 
    $uri .= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
 
    header('Location: '.$uri.'docs/');
 
    exit;
 
?>
 
Something is wrong with your awfDialog installation. Did you move or remove something? If not you may need to re-download the package from PHPClasses.Org :-(
 
 
 |