From 7c7c475a163bf08e893ec3c97899b8e576bcd54c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 20 Mar 2013 16:20:15 +0000 Subject: [PATCH] Rename hardward_phones to devices --- app/{hardware_phones => devices}/app_config.php | 0 app/{hardware_phones => devices}/hardware_phone_delete.php | 0 app/{hardware_phones => devices}/hardware_phone_edit.php | 0 app/{hardware_phones => devices}/hardware_phones.php | 0 app/{hardware_phones => devices}/root.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename app/{hardware_phones => devices}/app_config.php (100%) rename app/{hardware_phones => devices}/hardware_phone_delete.php (100%) rename app/{hardware_phones => devices}/hardware_phone_edit.php (100%) rename app/{hardware_phones => devices}/hardware_phones.php (100%) rename app/{hardware_phones => devices}/root.php (100%) diff --git a/app/hardware_phones/app_config.php b/app/devices/app_config.php similarity index 100% rename from app/hardware_phones/app_config.php rename to app/devices/app_config.php diff --git a/app/hardware_phones/hardware_phone_delete.php b/app/devices/hardware_phone_delete.php similarity index 100% rename from app/hardware_phones/hardware_phone_delete.php rename to app/devices/hardware_phone_delete.php diff --git a/app/hardware_phones/hardware_phone_edit.php b/app/devices/hardware_phone_edit.php similarity index 100% rename from app/hardware_phones/hardware_phone_edit.php rename to app/devices/hardware_phone_edit.php diff --git a/app/hardware_phones/hardware_phones.php b/app/devices/hardware_phones.php similarity index 100% rename from app/hardware_phones/hardware_phones.php rename to app/devices/hardware_phones.php diff --git a/app/hardware_phones/root.php b/app/devices/root.php similarity index 100% rename from app/hardware_phones/root.php rename to app/devices/root.php