admined.php (685B)
1 <?php 2 $A=[ 3 // Announcement Text 4 'announcement-heading' => 'Hey! Guess what\'s new!', 5 'announcement-text' => '<p>A lot actually. We\'ve been very busy the last while - we hope you like our updates!</p>', 6 7 // Credit Text 8 'credit-text' => '<p>This chat was made possible thanks to:<br><ul><li>Lucky Eddie: Original Chat Maker (Perl Version)<br /></li><li><span style="color:#ff00ff;">Daniel Winzen</span> (d@winzen4.de): Turned original chat script into PHP | Chat features & modifications<br /></li><li><span style="color:#ffff80;font-family:\'Courier New\',\'Courier\',\'monospace\';font-weight:bold;">Dasho</span>: Everything Else<br /></li></ul></p>', 9 ];