Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. Couldn't enter:
  2.  
  3. <?php include("somefile.php");?>
  4.  
  5. So I had to turn that into"
  6.  
  7. {php}
  8.    include('somefile.php');
  9. {/php}
  10.  
  11.  
  12. I thought you could simply just do
  13.  
  14. {php}
  15. <?php include("somefile.php");?>
  16. {/php}
  17.  
  18. Woops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement