aboutsummaryrefslogtreecommitdiff
path: root/actions/save.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/save.php')
-rw-r--r--actions/save.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/actions/save.php b/actions/save.php
new file mode 100644
index 000000000..61f3eb401
--- /dev/null
+++ b/actions/save.php
@@ -0,0 +1,16 @@
+<?php
+
+ /**
+ * Elgg Candidate Profile Video Plugin
+ * This plugin allows users to create a library of youtube videos
+ *
+ * @package ElggProfile
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Prateek Choudhary <synapticfield@gmail.com>
+ * @copyright Prateek Choudhary
+ */
+
+
+
+
+?>