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
/
modules
/
cosmos.urlrewrite
/
.
/
install
/
.
/
index.php
/
/
<? IncludeModuleLangFile(__FILE__); if (class_exists("cosmos_urlrewrite")){ return; } Class cosmos_urlrewrite extends CModule { var $MODULE_ID = "cosmos.urlrewrite"; var $MODULE_NAME; var $MODULE_VERSION; var $MODULE_VERSION_DATE; var $MODULE_DESCRIPTION; var $MODULE_CSS; var $MODULE_GROUP_RIGHTS = "N"; public function cosmos_urlrewrite(){ include(dirname( __FILE__ ) . "/version.php"); $this->MODULE_VERSION = $arModuleVersion["VERSION"]; $this->MODULE_VERSION_DATE = $arModuleVersion["VERSION_DATE"]; $this->MODULE_NAME = GetMessage( strtoupper( $this->MODULE_ID ) . "_MODULE_NAME"); $this->MODULE_DESCRIPTION = GetMessage( strtoupper( $this->MODULE_ID ) . "_MODULE_DESCRIPTION"); $this->PARTNER_NAME = "Cosmos-Web"; $this->PARTNER_URI = "http://www.cosmos-web.ru"; } public function DoInstall() { global $DB, $USER, $step, $APPLICATION; if ($USER->IsAdmin()){ RegisterModuleDependences( "main", "OnAfterEpilog", $this->MODULE_ID, 'Cosmos\Urlrewrite\Urlrewrite', "OnAfterEpilog" ); RegisterModule( $this->MODULE_ID ); // CModule::IncludeModule( $this->MODULE_ID ); $APPLICATION->IncludeAdminFile( GetMessage( strtoupper( $this->MODULE_ID ) . "_INSTALL_TITLE" ), $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/" . $this->MODULE_ID . "/install/step1.php" ); } } public function DoUninstall() { global $DB, $APPLICATION, $step; UnRegisterModuleDependences( "main", "OnAfterEpilog", $this->MODULE_ID, 'Cosmos\Urlrewrite\Urlrewrite', "OnAfterEpilog" ); UnRegisterModule( $this->MODULE_ID ); $APPLICATION->IncludeAdminFile( GetMessage( strtoupper( $this->MODULE_ID ) . "_UNINSTALL_TITLE" ), $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/" . $this->MODULE_ID . "/install/unstep1.php" ); UnRegisterModule("dv_module"); } }
/var/files/./need-2-delete/mini-borishof.ru1/bitrix/modules/cosmos.urlrewrite/./install/./index.php