コード例 #1
0
<?php

//header is already included since called via AJAX
require 'header.php';
require 'integ/Custom.php';
$cls = new Custom();
if (@$_SERVER["HTTPS"] == "on") {
    $protocol = "https://";
} else {
    $protocol = "http://";
}
$address = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME'];
$path = str_replace("installation/smart_session.php", "", $address);
$cls->path_host = $path;
$output = $cls->info($path);
$path = str_replace($_SESSION["freichat_renamed"] . "/", "", $path);
?>


<div> 

    <div class="box span10 centerme" id="content">



        <div class="box-header well">
            <h2>freichat smart custom installation - step 2</h2>
        </div>

        <div class="box-content" >
            <div class="page-header">