aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/definitions.php
diff options
context:
space:
mode:
authorMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
committerMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
commita0b2d09125d7911656fe4cb286f20643c4432281 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /en/downloads/get/definitions.php
parente32d8242187534c387106ff344201c42ff6afb44 (diff)
downloadwww-a0b2d09125d7911656fe4cb286f20643c4432281.tar
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.gz
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.bz2
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.xz
www-a0b2d09125d7911656fe4cb286f20643c4432281.zip
Updated Estonian translation
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