You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
407 B
PHP
13 lines
407 B
PHP
<?php
|
|
if ($sys_admin){
|
|
$sys_path_html = $sys_path.$verz_html;
|
|
$sys_path_info = $sys_path.$verz_info;
|
|
$sys_path_xml = $sys_path.$verz_xml;
|
|
$sys_path_rtf = $sys_path.$verz_rtf;
|
|
$sys_path_batch = $sys_path."sys/l1start.exe";
|
|
|
|
$sys_path_editor = GetEditor($sys_html_editor);
|
|
$sys_path_xmleditor = GetEditor($sys_xml_editor);
|
|
$sys_path_rtfeditor = GetEditor($sys_rtf_editor);
|
|
}
|
|
?>
|