|
@@ -49,7 +49,7 @@ $(document).ready(function() {
|
|
<?php
|
|
<?php
|
|
$scan = scandir('./');
|
|
$scan = scandir('./');
|
|
foreach($scan as $file) {
|
|
foreach($scan as $file) {
|
|
- if (is_dir("./$file") && $file != '.' && $file != '..' && $file != 'styles') {
|
|
|
|
|
|
+ if (is_dir("./$file") && $file != '.' && $file != '..' && $file != 'styles' && $file != '.git') {
|
|
?>
|
|
?>
|
|
<a href="https://centurio.evva.com/services/frames_support/<?php echo $file;?>/config.html">
|
|
<a href="https://centurio.evva.com/services/frames_support/<?php echo $file;?>/config.html">
|
|
<h1><?php echo ucfirst($file);?>:</h1>
|
|
<h1><?php echo ucfirst($file);?>:</h1>
|