aboutsummaryrefslogtreecommitdiff
path: root/includes/dev/list.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-27 04:47:58 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-27 04:47:58 +0200
commitb028da9fea70c65ccd52d1d478859739027d756a (patch)
treef6ad05f4313499ebd84c2afd26320217b18ad04f /includes/dev/list.php
parentaf9e5ef458b93ef2003905e1ccc5665e7266c242 (diff)
downloadmain-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz
main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2
main-b028da9fea70c65ccd52d1d478859739027d756a.zip
Commmmmmit
Diffstat (limited to 'includes/dev/list.php')
-rw-r--r--includes/dev/list.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/dev/list.php b/includes/dev/list.php
deleted file mode 100644
index 2ca9654..0000000
--- a/includes/dev/list.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="list-group">
- <?php
-
- $articles = scandir($_SERVER['DOCUMENT_ROOT'] . "/creations/dev");
- $i = 1;
- foreach ($articles as $article):
-
- ?>
- <?php if (trim($article) !== "." && trim($article) !== ".." && is_dir($_SERVER['DOCUMENT_ROOT'] . "/creations/dev/" . $article)): ?>
- <a href="/creations/dev/<?= $article ?>" class="list-group-item list-group-item-action"><img src="<?= trim(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/dev/" . $article . "/icon.txt")) ?>" width="24px">&nbsp;<?= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/creations/dev/" . $article . "/title.txt") ?></a>
- <?php endif;$i++; ?>
- <?php endforeach; ?>
-</div> \ No newline at end of file