Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. <title><?php echo $title; ?></title>
  2. <h1><?php echo $heading; ?></h1>
  3.  
  4. <body>
  5.  
  6. <?php if ( @ $_SESSION['active'] !== TRUE): ?>
  7.  
  8.         <?php echo form_open('welcome/verifyLogin'); ?>
  9.         <p>Username: <input type="text" name="username" /></p>
  10.         <p>Password: <input type="password" name="password" /></p>
  11.         <p><input type="submit" value="Login" /></p>
  12.         <?php echo form_close();?>
  13.  
  14. <?php endif; ?>
  15.  
  16. <h5><?php echo anchor('adminpanel', 'Admin'); ?></h5>
  17.        
  18. </body>

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.