From ad93d3eeb0c46a12d1cc24b318889b3bf7ef171c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 8 Feb 2017 10:51:21 -0500 Subject: [PATCH] Move files into correct names. For new name --- models/admin/{streamsend => communicator}/index.php | 0 models/admin/management/{streamsend.php => communicator.php} | 0 views/admin/management/{streamsend.html => communicator.html} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename models/admin/{streamsend => communicator}/index.php (100%) rename models/admin/management/{streamsend.php => communicator.php} (100%) rename views/admin/management/{streamsend.html => communicator.html} (100%) diff --git a/models/admin/streamsend/index.php b/models/admin/communicator/index.php similarity index 100% rename from models/admin/streamsend/index.php rename to models/admin/communicator/index.php diff --git a/models/admin/management/streamsend.php b/models/admin/management/communicator.php similarity index 100% rename from models/admin/management/streamsend.php rename to models/admin/management/communicator.php diff --git a/views/admin/management/streamsend.html b/views/admin/management/communicator.html similarity index 100% rename from views/admin/management/streamsend.html rename to views/admin/management/communicator.html -- 2.17.1