aboutsummaryrefslogtreecommitdiff
path: root/creations/dev/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'creations/dev/index.php')
-rw-r--r--creations/dev/index.php14
1 files changed, 3 insertions, 11 deletions
diff --git a/creations/dev/index.php b/creations/dev/index.php
index 1cefac1..6d06fd6 100644
--- a/creations/dev/index.php
+++ b/creations/dev/index.php
@@ -1,12 +1,4 @@
-<?php $_TITLE = "Software Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
- <div class="container">
- <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
- <h2><?= l("Software Creations", "Mes logiciels") ?></h2>
- <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dev/list.php"; ?><br>
- <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p>
- </div>
+<?php
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
+header("Location: /creations");
+die(); \ No newline at end of file