Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| <?php | |
| class AdminerColors | |
| { | |
| function head() | |
| { | |
| static $colors = array( | |
| '127.0.0.1' => '#ED1C24', | |
| 'localhost' => '#009245', |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.