aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/definitions.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/get/definitions.php')
-rw-r--r--en/downloads/get/definitions.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/en/downloads/get/definitions.php b/en/downloads/get/definitions.php
deleted file mode 100644
index 28f2fa653..000000000
--- a/en/downloads/get/definitions.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-$ini = parse_ini_file('definitions.ini', true);
-
-foreach ($ini as $section => $values) {
-
- echo '<section><h2>', $section, '</h2>';
- echo sprintf('<section><h2>%s</h2><ul><li><code>%s</code></li><li>%s</li></section>',
- $values['name'],
- '$MIRROR/' . $values['path'] . $values['file'],
- $values['size']
- );
-
- echo '<ul>';
- foreach ($values as $k => $v)
- echo '<li>', $k, ' = ', $v, '</li>';
- echo '</ul></section>';
-} \ No newline at end of file