diff options
| author | horus | 2021-03-15 20:16:21 +0100 |
|---|---|---|
| committer | horus | 2021-03-15 20:16:21 +0100 |
| commit | 56558fcea385d877e2663d7cf99ad772479cd440 (patch) | |
| tree | 65549e1b1c7919c2d895c16dc55fd01ae26b2097 /functions.php | |
| parent | 3a0eafaefcfa1072aaede16ee3a69b7aa31d1372 (diff) | |
| download | moehring-56558fcea385d877e2663d7cf99ad772479cd440.tar.gz | |
Add Zeitumstellung
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php index a0ec825..361ece6 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,7 @@ <?php require __DIR__ . '/views/tools/untrack/resolve.php'; +require __DIR__ . '/views/tools/zeitumstellung/vendor/autoload.php'; function get_faces(){ return json_decode( file_get_contents( __DIR__ . '/views/tools/faces/faces.json' ), true ); |
