IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2026, 12:04:59 PM (3 months ago)
Author:
eugene
Message:

update pstamp/web relative to installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/web/logout.php

    r25322 r42994  
    77$_SESSION = array();
    88if (isset($_COOKIE[session_name()])) {
    9     setcookie(session_name(), '', time()-42000, '/');
     9    setcookie(session_name(), '', time()+3600, '/');
    1010}
    1111session_destroy();
    1212
    1313echo "You are now logged out<br /><br />";
    14 echo "<a href=\"./upload.php\">Upload</a>";
    1514
    16 // phpinfo(32);
    1715?>
     16<a href="./pshome.php">Postage Stamp Home</a>
     17<br />
     18<br />
     19<?php
    1820
     21include "pstamp_links.php";
     22
     23?>
Note: See TracChangeset for help on using the changeset viewer.