pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
266206563c00a1f7b4517ec0cc9b9ec87d315acd
parent
e5fe6e6980e6794b556cffdfe8ab393d46e9d83e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-08-11 07:52
require_once autoloader

Diffstat

M api.php 2 +-
M views.php 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/api.php b/api.php

@@ -1,6 +1,6 @@
    1     1 <?php declare(strict_types=1);
    2     2 
    3    -1 require __DIR__ . '/vendor/autoload.php';
   -1     3 require_once __DIR__ . '/vendor/autoload.php';
    4     4 use Symfony\Component\Yaml\Yaml;
    5     5 use Michelf\MarkdownExtra;
    6     6 

diff --git a/views.php b/views.php

@@ -1,6 +1,6 @@
    1     1 <?php declare(strict_types=1);
    2     2 
    3    -1 require __DIR__ . '/vendor/autoload.php';
   -1     3 require_once __DIR__ . '/vendor/autoload.php';
    4     4 use Symfony\Component\Yaml\Yaml;
    5     5 use Symfony\Component\Yaml\Exception\ParseException;
    6     6