Advertisement
_Error

Untitled

Aug 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <?php echo implode(file('../modules/head.php')); ?>
  4. </head>
  5. <body>
  6. <?php
  7. echo implode(file('../modules/create-shrrt.php'));
  8. if ($_SERVER['REQUEST_METHOD'] == 'POST') {
  9. include('../include/functions.php');
  10. cr($_POST['url']);
  11. }?>
  12. <script src="../js/main.js"></script>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement