diff options
Diffstat (limited to 'ur/downloads/get/definitions.php')
-rw-r--r-- | ur/downloads/get/definitions.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ur/downloads/get/definitions.php b/ur/downloads/get/definitions.php deleted file mode 100644 index 28f2fa653..000000000 --- a/ur/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 |