Update about.php

This commit is contained in:
nolanwhy 2023-02-04 22:03:52 +01:00 committed by GitHub
parent b44f517b57
commit 998c8bb32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<?php
require_once("core/config.php");
echo "maintainers ".print_r($maintainers);
echo "maintainers ";
print_r($maintainers);