X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/044a28cd254c46ffef902482cac0ca79a082e4df..c3324d98c6ed8d2e936305eae9149e27c18c895a:/static/php/grill.php diff --git a/static/php/grill.php b/static/php/grill.php index 002150d..73f2716 100644 --- a/static/php/grill.php +++ b/static/php/grill.php @@ -2,7 +2,7 @@ /* * Uguu * - * @copyright Copyright (c) 2022 Go Johansson (nekunekus) + * @copyright Copyright (c) 2022 Go Johansson (nokonoko) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,4 +22,4 @@ require_once 'includes/Core.namespace.php'; use Core\cuteGrills as cuteGrills; -cuteGrills::showGrills(); \ No newline at end of file +(new cuteGrills())->showGrills(); \ No newline at end of file