1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php $PMS['modus'] = 'PHP'; $PMS['directory']['startdir'] = './'; $PMS['class'] = false; $PMS['lang'] = 'german-iso-8859-1'; $PMS['max_filesize'] = 128000; $PMS['path2perl'] = ''; $PMS['drvlist'] = ''; $PMS['cfx'] = ''; $PMS['hl_syntax'] = '1'; $PMS['hl_ext'] = 'php,php3,php4,phtml,htm,html,shtm,shtml,js,css,inc'; $PMS['key1'] = 154; $PMS['key2'] = 151; ?>
|