HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/www/cohesion_sociale/skin/js/skin.js
// Skin specific Javascript
if ("scImageMgr" in window) scImageMgr.fOverAlpha=.9;

// Dys activation Javascript
(function (){
	window.dysOptions = {
		pathRoot : "ide:root",
		pathContent : "ide:content",
		pathBtnParent : scPaLib.checkNode(".sco", document.body) ? "ide:header" : "ide:tools",
		pathPanelParent : "ide:document",
		ignoreFilter : ".hidden|.footnotes|.CodeMirror-static|script|noscript|object|.tooltip_ref|.bkSolResOut|.toolbar"
	};
	var vScript = document.createElement('script')
	vScript.setAttribute("src", scServices.scLoad.resolveDestUri("/skin/dys/dys.js"))
	document.getElementsByTagName("head")[0].appendChild(vScript);
	var vCss = document.createElement("link")
	vCss.setAttribute("rel", "stylesheet")
	vCss.setAttribute("type", "text/css")
	vCss.setAttribute("href", scServices.scLoad.resolveDestUri("/skin/dys/dys.css"));
	document.getElementsByTagName("head")[0].appendChild(vCss);
})();