trying out something
This commit is contained in:
parent
1875d04b50
commit
259c9377b2
@ -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(){
|
||||||
|
Loading…
Reference in New Issue
Block a user