browse-notes.php 362 B

123456789101112131415161718
  1. <?php
  2. header('Location: http://php-gtk.audean.com');
  3. require_once 'shared-manual1.inc';
  4. /*
  5. if (!strstr($MYSITE,"gtk.php.net")) {
  6. header("Location: http://gtk.php.net/manual1/browse-notes.php");
  7. exit;
  8. }
  9. */
  10. commonHeader("Browse PHP-GTK 1 Manual Notes");
  11. echo '<h1>Browse PHP-GTK 1 Manual Notes</h1>';
  12. include 'browse.php';
  13. commonFooter();