mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
SideView example viewer finished.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// Global
|
||||
$files = dirToArray(dirname(__FILE__));
|
||||
$total = 0;
|
||||
@@ -33,7 +32,7 @@
|
||||
|
||||
function dirToArray($dir) {
|
||||
|
||||
$ignore = array('.', '..', 'html', 'assets', 'states');
|
||||
$ignore = array('.', '..', '_site', 'assets', 'states');
|
||||
$result = array();
|
||||
$root = scandir($dir);
|
||||
$dirs = array_diff($root, $ignore);
|
||||
|
||||
Reference in New Issue
Block a user