diff --git a/core/js/functions.js b/core/js/functions.js new file mode 100644 index 00000000..e69de29b diff --git a/core/js/main.js b/core/js/main.js new file mode 100644 index 00000000..a44067de --- /dev/null +++ b/core/js/main.js @@ -0,0 +1,4 @@ +(function(){ + + +})(); \ No newline at end of file diff --git a/core/js/pages/_temp.js b/core/js/pages/_temp.js new file mode 100644 index 00000000..2e04a890 --- /dev/null +++ b/core/js/pages/_temp.js @@ -0,0 +1,26 @@ +define([], function() { + + + function init(myapp,afsconfig){ + + + + } + + return init; +}); + + + +(function(factory) { + var root = typeof self == 'object' && self.self === self && self || typeof global == 'object' && global.global === global && global; + if (typeof define === 'function' && define.amd) { + define([],function() {return factory(); }); + } else if (typeof exports !== 'undefined') { + module.exports = factory(); + } else { + root.AFSPayments = factory();// browser global. + } +})(function() { + return {} +});// !!!END!!! diff --git a/core/js/pages/index.js b/core/js/pages/index.js new file mode 100644 index 00000000..dbe2ba90 --- /dev/null +++ b/core/js/pages/index.js @@ -0,0 +1,17 @@ + +define([], function() { + function init(app){ + + + + } + + + return init; +}); + + + + + + diff --git a/core/main.js b/core/main.js new file mode 100644 index 00000000..139597f9 --- /dev/null +++ b/core/main.js @@ -0,0 +1,2 @@ + + diff --git a/core/php/clientincludes.php b/core/php/clientincludes.php new file mode 100644 index 00000000..1c93ff09 --- /dev/null +++ b/core/php/clientincludes.php @@ -0,0 +1,8 @@ + + + + + diff --git a/core/php/indexcore.php b/core/php/indexcore.php new file mode 100644 index 00000000..f49f370e --- /dev/null +++ b/core/php/indexcore.php @@ -0,0 +1,91 @@ + + + + + + +
+ + + +