1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Remove unused sidebar variable

This commit is contained in:
Ben Ramsey
2025-07-05 22:28:19 -05:00
parent 7503644a26
commit fa23b73fe6
2 changed files with 0 additions and 16 deletions

View File

@@ -1,14 +1,6 @@
<?php
$_SERVER['BASE_PAGE'] = 'copyright.php';
include_once __DIR__ . '/include/prepend.inc';
$SIDEBAR_DATA = '
<a id="license"></a>
<h3>PHP License</h3>
<p>
For information on the PHP License (i.e. using the PHP language),
<a href="/license/">see our licensing information page</a>.
</p>
';
site_header("Copyright", ["current" => "footer"]);
?>

View File

@@ -1,14 +1,6 @@
<?php
$_SERVER['BASE_PAGE'] = 'elephpant.php';
include_once __DIR__ . '/include/prepend.inc';
$SIDEBAR_DATA = '
<a id="license"></a>
<h3>PHP License</h3>
<p>
For information on the PHP License (i.e. using the PHP language),
<a href="/license/">see our licensing information page</a>.
</p>
';
site_header("ElePHPant", ["current" => "footer"]);
?>