From 50a0369ba1da051227d7ea09b23d9acfdfeb4717 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sun, 19 Jul 2015 13:55:03 +0300 Subject: [PATCH] Moved some files in directories. --- busposition.json => data/busposition.json | 0 routes.json => data/routes.json | 0 stops.json => data/stops.json | 0 data.php => modules/data.php | 0 foot.php => modules/foot.php | 0 head.php => modules/head.php | 0 libdata.php => modules/libdata.php | 0 map.php => modules/map.php | 0 nav.php => modules/nav.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename busposition.json => data/busposition.json (100%) rename routes.json => data/routes.json (100%) rename stops.json => data/stops.json (100%) rename data.php => modules/data.php (100%) rename foot.php => modules/foot.php (100%) rename head.php => modules/head.php (100%) rename libdata.php => modules/libdata.php (100%) rename map.php => modules/map.php (100%) rename nav.php => modules/nav.php (100%) diff --git a/busposition.json b/data/busposition.json similarity index 100% rename from busposition.json rename to data/busposition.json diff --git a/routes.json b/data/routes.json similarity index 100% rename from routes.json rename to data/routes.json diff --git a/stops.json b/data/stops.json similarity index 100% rename from stops.json rename to data/stops.json diff --git a/data.php b/modules/data.php similarity index 100% rename from data.php rename to modules/data.php diff --git a/foot.php b/modules/foot.php similarity index 100% rename from foot.php rename to modules/foot.php diff --git a/head.php b/modules/head.php similarity index 100% rename from head.php rename to modules/head.php diff --git a/libdata.php b/modules/libdata.php similarity index 100% rename from libdata.php rename to modules/libdata.php diff --git a/map.php b/modules/map.php similarity index 100% rename from map.php rename to modules/map.php diff --git a/nav.php b/modules/nav.php similarity index 100% rename from nav.php rename to modules/nav.php