This commit is contained in:
2024-03-25 23:12:10 +05:00
parent dd0a3f17ea
commit ba933a0712
18 changed files with 194 additions and 2951 deletions

View File

@ -9,7 +9,7 @@
margin:0px;
padding:0px;
font-size: 14px;
font-family: Arial;
font-family: Open Sans,-apple-system,Segoe UI,system-ui,Roboto,Helvetica Neue,Arial;
text-align: left;
}
</style>
@ -18,7 +18,7 @@
<script>//<![CDATA[
function onloadpage()
{
tree=new TTree(document.getElementById("maintree"),"tr_","tree.php","./",24);
tree=new TTree(document.getElementById("maintree"),"tr_","tree.xyz","./",24);
tree.Start();
}
//]]></script>

View File

@ -11,7 +11,7 @@
//sleep(1); //Тестирование с задержкой
//require_once("../../config.php"); Должно быть обьявлено во внешнем файле
//require_once("../../config.xyz"); Должно быть обьявлено во внешнем файле
require_once("treetools.php");
/**

View File

@ -1,5 +1,5 @@
<?php
require_once("../../config.php");
require_once("../../config.xyz");
require_once("../include/xmltools.php");
$treexml='tree.xml';
require_once("tree.php");