summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/acercade.php
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2018-08-02 09:32:37 +0000
committerIrina Gómez <irinagomez@us.es>2018-08-02 09:32:37 +0000
commit2a0c332424296d966dfc5431c5e3fd9a0aab1995 (patch)
tree5fcc5f0cf2d890660aab2afbef1784df5c4b6488 /admin/WebConsole/principal/acercade.php
parentdd52405070e45eee04988a384c7d97941d60c030 (diff)
#867 La ayuda incluye información de las funciones, engine.cfg, changelog, etc
Diffstat (limited to 'admin/WebConsole/principal/acercade.php')
-rw-r--r--admin/WebConsole/principal/acercade.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/admin/WebConsole/principal/acercade.php b/admin/WebConsole/principal/acercade.php
index f95e07c1..30a8e90b 100644
--- a/admin/WebConsole/principal/acercade.php
+++ b/admin/WebConsole/principal/acercade.php
@@ -131,21 +131,5 @@ fclose($crearficheroinicio);
<p><?php echo $TbMsg["LICENSE"] ?> <a href="https://www.gnu.org/licenses/gpl.html" target="_blank" ><img alt="GPL v3" src="../images/gplv3-88x31.png" height="20em" /></a></p>
-<p><?php
- if (file_exists ($changelogfile)){
- system("cp ../../doc/$buschangelog ../api");
- echo "<strong><a href='../api/$buschangelog' target='_blank'>".$TbMsg["CHANGE"]."</a></strong>"
- .@$data->project.' '.@$data->version.' '.(isset($data->codename)?'('.$data->codename.')':'');
- }
-?></p>
-
-<p><?php echo "<strong><a href='$ficheroinicio' target='_blank'>".$TbMsg["MANUAL"]."</a></strong>";?></p>
-
-<p><strong><?php echo $TbMsg["LINK"]; ?> <a href="https://opengnsys.es" target="_blank" >opengnsys.es</a><strong></p>
-
-
-
-
-
</body>
</html>