Changeset 2869178
- Timestamp:
- 02/22/2023 07:29:18 AM (3 years ago)
- File:
-
- 1 edited
-
php-server-configuration/trunk/phpinfo-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
php-server-configuration/trunk/phpinfo-info.php
r2869176 r2869178 1 1 <?php 2 3 add_action('admin_head', 'transparent_admin_bg_color'); 4 5 function transparent_admin_bg_color() { 6 echo '#adminmenu a { 7 background: transparent!important; 8 } 9 </style>'; 10 } 11 2 /* Add CSS For better visiblites */ 12 3 defined('ABSPATH') or die('Unauthorized Access'); 13 4 echo '<div class="wrap"><center><h1>PHP-Info</h1><h4>Disable it once you are done debugging.</h4></center>'; 14 5 phpinfo(); 15 echo '</div> ';6 echo '</div><style>#adminmenu a,body a:link{background: transparent!important;}</style>'; 16 7 exit;
Note: See TracChangeset
for help on using the changeset viewer.