uawdijnntqw1x1x1
IP : 216.73.216.180
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) 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
/
.
/
files
/
need-2-delete
/
mini-borishof.ru1
/
bitrix
/
wizards
/
bitrix
/
demo
/
scripts
/
.
/
cancel.php
/
/
<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); class CancelStep extends CWizardStep { function InitStep() { $this->SetStepID("cancel_step"); $this->SetCancelStep("cancel_step"); $this->SetTitle(GetMessage("DEMO_CANCEL_STEP_TITLE")); if ($_SERVER["PHP_SELF"] == "/index.php") $this->SetCancelCaption(GetMessage("DEMO_CANCEL_STEP_BUTTON_INDEX")); else $this->SetCancelCaption(GetMessage("DEMO_CANCEL_STEP_BUTTON_ADMIN")); } function OnPostForm() { } function ShowStep() { $wizard =& $this->GetWizard(); if ($_SERVER["PHP_SELF"] == "/index.php") { $this->content .= GetMessage("DEMO_CANCEL_STEP_CONTENT_INDEX"); CopyDirFiles( $_SERVER["DOCUMENT_ROOT"].$wizard->GetPath()."/indexes/".LANGUAGE_ID."/cancel", $_SERVER["DOCUMENT_ROOT"], $rewrite = true, $recursive = true ); } else { $this->content .= GetMessage("DEMO_CANCEL_STEP_CONTENT_ADMIN"); } } } ?>
/var/./files/need-2-delete/mini-borishof.ru1/bitrix/wizards/bitrix/demo/scripts/./cancel.php