mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:27:03 +02:00
javascript updates
This commit is contained in:
19
webui/js.php
Normal file
19
webui/js.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
require_once("config.php");
|
||||
require(DIR_SYSTEM . "/language.php");
|
||||
|
||||
$language = new Language();
|
||||
|
||||
$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");
|
||||
|
||||
require_once($javascript);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user