Show sourcecode

The following files exists in this folder. Click to view.

test/incl/test/

!kmom03_getform.php
aside.php
aside.php~
kmom02_changestyle.php
kmom02_changestyle.php~
kmom03_default.php
kmom03_default.php~
kmom03_encryptpassword.php
kmom03_encryptpassword.php~
kmom03_get.php
kmom03_get.php~
kmom03_getform.php
kmom03_getform.php~
kmom03_postform.php
kmom03_postform.php~
kmom03_server.php
kmom03_server.php~
kmom03_session.php
kmom03_session.php~
kmom03_sessionchange.php
kmom03_sessionchange.php~
kmom03_sessiondestroy.php
kmom03_sessiondestroy.php~
kmom03_setpagestyle.php~
kmom03_validate.php
kmom03_validate.php~
sql.php

kmom03_server.php

1 lines ASCII Unix (LF)
1
    <h1>Show contents of <code>$_SERVER</code></h1>
    
    <?php
    $_SERVER["SERVER_SIGNATURE"] = "";
    $currentURL = getCurrentUrl();
    ?>
    
    <p>Link to current page:
    <a href = "<?php echo $currentURL ?>"> <?php echo $currentURL ?> </a></p>
    
    
    
    <p><code>$_SERVER</code> contains the following:</p>
    
        <div style="overflow:auto;">
        <pre><?php print_r($_SERVER); ?></pre>
        </div>