trying out something

This commit is contained in:
Jesse James Isler 2022-03-28 13:50:46 +02:00
parent 1875d04b50
commit 259c9377b2

View File

@ -30,7 +30,6 @@
</head> </head>
<body> <body>
<div class=row>
<?php <?php
foreach (glob("roles/*.php") as $filename) { foreach (glob("roles/*.php") as $filename) {
include $filename; include $filename;
@ -69,7 +68,6 @@
'; ';
} }
?> ?>
</div>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){