uawdijnntqw1x1x1
IP : 13.59.236.184
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
yar.axolotls.ru
/
bitrix
/
modules
/
statistic
/
admin
/
adv_graph_legend.php
/
/
<?php require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/tools.php"); include($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/statistic/colors.php"); require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/img.php"); // init image $ImageHandle = CreateImageHandle(45, 2); if (isset($_REQUEST["color"])) $dec = ReColor($_REQUEST["color"]); else $dec = 0; if (is_array($dec)) $color = imagecolorallocate($ImageHandle, $dec[0], $dec[1], $dec[2]); else $color = imagecolorallocate($ImageHandle, 0, 0, 0); if (isset($_REQUEST["dash"]) && $_REQUEST["dash"] == "Y") { imagedashedline($ImageHandle, 3, 0, 40, 0, $color); imagedashedline($ImageHandle, 3, 1, 40, 1, $color); } else { imageline($ImageHandle, 3, 0, 40, 0, $color); imageline($ImageHandle, 3, 1, 40, 1, $color); } ShowImageHeader($ImageHandle);
/var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/statistic/admin/adv_graph_legend.php