🎨 Rename open.php to existing.php

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-05 18:55:54 +01:00
parent bccbdfb657
commit a40a8f0426
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
$PAGE_NAME = "Open requests";
$PAGE_NAME = "Existing requests";
require_once __DIR__ . "/../includes/header.php";
?>