Revert "test"

This reverts commit a899337eef.
This commit is contained in:
Jesse James Isler 2022-03-28 14:12:43 +02:00
parent a899337eef
commit b425012b36
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<div class="container">
<?php
$count = 1;
foreach (sort(glob("roles/*.php")) as $filename) {
foreach (glob("roles/*.php") as $filename) {
include $filename;
if ($count%2 == 1)