topical media & game development

talk show tell print

student-twitter-admin-index.php / php



  <?php
          session_start();
          include(<student-twitter-admin-settings.php>);
          include("student-twitter-admin-xmlfunctions.incl.php");
          
          pagina = (isset(_REQUEST["pagina"])) ? _REQUEST["pagina"] : "home";
          
          if (isset(_REQUEST["sub"]) && file_exists(bestand = "process/". _REQUEST["sub"] .".pro6.php")) {  include(bestand); }
  ?>
  <html>
  <head>
  <meta name=Author      content="Martijn Brakenhoff">
  <meta name=keywords    content="">
  <meta name=description content="">
  <META name=copyright   content="Copyright (c) 2009 DevoidOfStars Design" >
  <LINK REL="stylesheet" TYPE="text/css" HREF="student-twitter-admin-sia.css" TITLE="style">
  <title>TwitterFlock Admin</title>
  </head>
  
  <body topmargin=0px bottommargin=0px><center>
  <center>
  <?php
          if (isset(_SESSION["user"])) {
                  include("student-twitter-admin-pagina.incl.php");
          } else {
                  include("student-twitter-admin-login.incl.php");
          }
  ?>
  </center>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.