mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:50:13 +01:00
js.php fix
This commit is contained in:
parent
24bf7b2926
commit
17b36d3279
@ -7,13 +7,7 @@ $language = new Language();
|
|||||||
|
|
||||||
$javascript = DIR_BASE . '/view/javascript/piler-in.js';
|
$javascript = DIR_BASE . '/view/javascript/piler-in.js';
|
||||||
|
|
||||||
openlog("piler-webui", LOG_PID, LOG_MAIL);
|
|
||||||
|
|
||||||
syslog(LOG_INFO, "lang:" . LANG);
|
|
||||||
|
|
||||||
|
|
||||||
Header("Content-Type: text/javascript");
|
Header("Content-Type: text/javascript");
|
||||||
|
|
||||||
require_once($javascript);
|
require_once($javascript);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user