mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
17 lines
268 B
PHP
17 lines
268 B
PHP
|
<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;
|
||
|
?>
|