gerben
/
nextcloud-memento
Turn your Nextcloud into a web archive.
Code
Issues
0
Pull Requests
0
Releases
1
Activity
Browse Source
Rename findMemento file, remove unneeded require
tags/v0.1.0
Gerben
6 years ago
parent
4a9be92b8e
commit
d0f44454ca
3 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
lib/Controller/MementoFinder.php
+0
-1
lib/Controller/TimeGateController.php
+0
-1
lib/Controller/TimeMapController.php
lib/Controller/findMementos.php → lib/Controller/MementoFinder.php
View File
+ 0
- 1
lib/Controller/TimeGateController.php
View File
@@ -1,7 +1,6 @@
<?php
namespace OCA\Memento\Controller;
require_once __DIR__ . '/findMementos.php';
require_once __DIR__ . '/datetimeConversion.php';
require_once __DIR__ . '/getUrlParameter.php';
+ 0
- 1
lib/Controller/TimeMapController.php
View File
@@ -1,7 +1,6 @@
<?php
namespace OCA\Memento\Controller;
require_once __DIR__ . '/findMementos.php';
require_once __DIR__ . '/datetimeConversion.php';
require_once __DIR__ . '/getUrlParameter.php';
Write
Preview
Loading…
Cancel
Save