mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 00:44:23 -05:00
new branch windows
This commit is contained in:
16
php-error.php
Normal file
16
php-error.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<style type="text/css">@import url("style.css");</style>
|
||||
<a href="index.php">Go back to index</a>
|
||||
| <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
|
||||
|
||||
<title>PHP error</title>
|
||||
<h1>PHP error</h1>
|
||||
|
||||
<pre>
|
||||
<?php
|
||||
echo $some;
|
||||
?>
|
||||
</pre>
|
||||
|
||||
<?php
|
||||
echo $some;
|
||||
?>
|
Reference in New Issue
Block a user