Advertisement
Guest User

Submit.php

a guest
Jan 14th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.     ob_start();
  3.     require_once 'global.php';
  4.     $Functions->Login();
  5.     ob_end_flush();
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement