В xyz
This commit is contained in:
@ -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>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
//sleep(1); //Тестирование с задержкой
|
||||
|
||||
//require_once("../../config.php"); Должно быть обьявлено во внешнем файле
|
||||
//require_once("../../config.xyz"); Должно быть обьявлено во внешнем файле
|
||||
require_once("treetools.php");
|
||||
|
||||
/**
|
||||
|
||||
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user