PHP Classes

File: awfDialog/index.php

Recommend this page to a friend!
  Classes of AW Ford   awfDialog Wizard   awfDialog/index.php   Download  
File: awfDialog/index.php
Role: Auxiliary script
Content type: text/plain
Description: documentation redirector
Class: awfDialog Wizard
Generate wizard-like Web user interface using AJAX
Author: By
Last change: v 1.2 Update
Date: 16 years ago
Size: 419 bytes
 

Contents

Class file image Download
<?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 :-(