diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /creations/dev/index.php | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'creations/dev/index.php')
-rw-r--r-- | creations/dev/index.php | 14 |
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 |