fix(page2/contact): index

master
dufraissejeremy 2 years ago
parent 7119555ebf
commit 4e7cfeaa6e
  1. 8
      content/contact/index.php
  2. 8
      content/page2/index.php

@ -0,0 +1,8 @@
<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
chdir(dirname(__DIR__,2));
include 'index.php';

@ -0,0 +1,8 @@
<?php
/**
* SPDX-License-Identifier: EUPL-1.2
* Authors: see /README.md
*/
chdir(dirname(__DIR__,2));
include 'index.php';
Loading…
Cancel
Save