diff --git a/ajaxtabs/ajaxtabs.js b/ajaxtabs/ajaxtabs.js
index fb88ef2..997e146 100755
--- a/ajaxtabs/ajaxtabs.js
+++ b/ajaxtabs/ajaxtabs.js
@@ -1,8 +1,8 @@
-//** Ajax Tabs Content script v2.0- © Dynamic Drive DHTML code library (https://www.dynamicdrive.com)
+//** Ajax Tabs Content script v2.0- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
//** Updated Oct 21st, 07 to version 2.0. Contains numerous improvements
//** Updated Feb 18th, 08 to version 2.1: Adds a public "tabinstance.cycleit(dir)" method to cycle forward or backward between tabs dynamically. Only .js file changed from v2.0.
//** Updated April 8th, 08 to version 2.2:
-// -Adds support for expanding a tab using a URL parameter (ie: https://mysite.com/tabcontent.htm?tabinterfaceid=0)
+// -Adds support for expanding a tab using a URL parameter (ie: http://mysite.com/tabcontent.htm?tabinterfaceid=0)
// -Modified Ajax routine so testing the script out locally in IE7 now works
var ddajaxtabssettings={}
@@ -44,7 +44,7 @@ ddajaxtabs.connect=function(pageurl, tabinstance){
page_request = new XMLHttpRequest()
else
return false
- var ajaxfriendlyurl=pageurl.replace(/^https:\/\/[^\/]+\//i, "https://"+window.location.hostname+"/")
+ var ajaxfriendlyurl=pageurl.replace(/^http:\/\/[^\/]+\//i, "http://"+window.location.hostname+"/")
page_request.onreadystatechange=function(){ddajaxtabs.loadpage(page_request, pageurl, tabinstance)}
if (ddajaxtabssettings.bustcachevar) //if bust caching of external page
bustcacheparameter=(ajaxfriendlyurl.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
diff --git a/lib/smarty/COPYING.lib b/lib/smarty/COPYING.lib
index 153d416..02bbb60 100755
--- a/lib/smarty/COPYING.lib
+++ b/lib/smarty/COPYING.lib
@@ -1,7 +1,7 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/lib/smarty/ChangeLog b/lib/smarty/ChangeLog
index ccc3888..2e19a7c 100755
--- a/lib/smarty/ChangeLog
+++ b/lib/smarty/ChangeLog
@@ -580,7 +580,7 @@
* libs/Smarty_Compiler.class.php:
Modified _(push|pop)_cacheable_state() to embedd alternate syntax. See this
- bug report: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
+ bug report: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
2007-02-26 Peter 'Mash' Morgan
@@ -717,7 +717,7 @@
This avoids unlink() unless rename() fails or a Windows system is detected
- see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
+ see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
Thanks to c960657 from the forums.
@@ -728,7 +728,7 @@
update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug
output and apply a Smarty based color scheme
- see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
+ see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
thanks to cybot from the forums!
@@ -736,7 +736,7 @@
libs/plugins/modifier.debug_print_var.php:
enhance reporting precision of debug_print_var modifier
- see: https://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
+ see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
thanks to cybot from the forums
@@ -1682,7 +1682,7 @@
"Alternative syntax" used for example in compiled {if}..{else}..{/if}
blocks.
- (see: https://php.net/manual/en/control-structures.alternative-syntax.php
+ (see: http://php.net/manual/en/control-structures.alternative-syntax.php
on "Alternative syntax")
thanks to kihara from the forum.
@@ -1701,7 +1701,7 @@
* libs/plugins/function.popup.php:
added "closeclick" from
- https://www.bosrup.com/web/overlib/?Command_Reference
+ http://www.bosrup.com/web/overlib/?Command_Reference
2005-11-23 boots
diff --git a/lib/smarty/FAQ b/lib/smarty/FAQ
index 48f5515..1860678 100755
--- a/lib/smarty/FAQ
+++ b/lib/smarty/FAQ
@@ -6,7 +6,7 @@ GENERAL
Q: What is Smarty?
Q: What's the difference between Smarty and other template engines?
Q: What do you mean "Compiled PHP Scripts" ?
-Q: Why can't I just use PHPA (https://php-accelerator.co.uk) or Zend Cache?
+Q: Why can't I just use PHPA (http://php-accelerator.co.uk) or Zend Cache?
Q: Why does smarty have a built in cache? Wouldn't it be better to handle this
in a separate class?
Q: Is Smarty faster than ?
@@ -78,7 +78,7 @@ A: Smarty reads the template files and creates PHP scripts from them. Once
know of their existance. (NOTE: you can turn off this compile checking step
in Smarty for increased performance.)
-Q: Why can't I just use PHPA (https://php-accelerator.co.uk) or Zend Cache?
+Q: Why can't I just use PHPA (http://php-accelerator.co.uk) or Zend Cache?
A: You certainly can, and we highly recommend it! What PHPA does is caches
compiled bytecode of your PHP scripts in shared memory or in a file. This
speeds up server response and saves the compilation step. Smarty creates PHP
@@ -134,14 +134,14 @@ A: We have a few mailing lists. "general" for you to share your ideas or ask
smarty-cvs-subscribe@lists.php.net (subscribe to the cvs list)
smarty-cvs-unsubscribe@lists.php.net (unsubscribe from the cvs list)
You can also browse the mailing list archives at
- https://marc.theaimsgroup.com/?l=smarty&r=1&w=2
+ http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
Q: Can you change the mailing list so Reply-To sends to the list and not the
user?
A: Yes we could, but no we won't. Use "Reply-All" in your e-mail client to send
- to the list. https://www.unicom.com/pw/reply-to-harmful.html
+ to the list. http://www.unicom.com/pw/reply-to-harmful.html
TROUBLESHOOTING
---------------
diff --git a/lib/smarty/QUICK_START b/lib/smarty/QUICK_START
index 2e62c29..6ae3e46 100755
--- a/lib/smarty/QUICK_START
+++ b/lib/smarty/QUICK_START
@@ -96,7 +96,7 @@ Hello, {$name}!
Now go to your new application through the web browser,
-https://www.domain.com/myapp/index.php in our example. You should see the text
+http://www.domain.com/myapp/index.php in our example. You should see the text
"Hello Ned!" in your browser.
Once you get this far, you can continue on to the Smarty Crash Course to learn
diff --git a/lib/smarty/README b/lib/smarty/README
index 2397d5f..08b397c 100755
--- a/lib/smarty/README
+++ b/lib/smarty/README
@@ -51,7 +51,7 @@ $smarty->unregisterFilter(...)
Please refer to the online documentation for all specific changes:
-https://www.smarty.net/documentation
+http://www.smarty.net/documentation
----
@@ -570,6 +570,6 @@ In the template you can use it like this:
Please look through it and send any questions/suggestions/etc to the forums.
-https://www.phpinsider.com/smarty-forum/viewtopic.php?t=14168
+http://www.phpinsider.com/smarty-forum/viewtopic.php?t=14168
Monte and Uwe
diff --git a/lib/smarty/SMARTY_2_BC_NOTES.txt b/lib/smarty/SMARTY_2_BC_NOTES.txt
index 3f33b99..79a2cb1 100755
--- a/lib/smarty/SMARTY_2_BC_NOTES.txt
+++ b/lib/smarty/SMARTY_2_BC_NOTES.txt
@@ -61,7 +61,7 @@ class MySmarty extends Smarty {
== Autoloader ==
Smarty 3 does register its own autoloader with spl_autoload_register. If your code has
an existing __autoload function then this function must be explicitly registered on
-the __autoload stack. See https://us3.php.net/manual/en/function.spl-autoload-register.php
+the __autoload stack. See http://us3.php.net/manual/en/function.spl-autoload-register.php
for further details.
== Plugin Filenames ==
diff --git a/lib/smarty/composer.json b/lib/smarty/composer.json
index 2de0ce2..2a1a43a 100755
--- a/lib/smarty/composer.json
+++ b/lib/smarty/composer.json
@@ -3,7 +3,7 @@
"type": "library",
"description": "Smarty - the compiling PHP template engine",
"keywords": ["templating"],
- "homepage": "https://www.smarty.net",
+ "homepage": "http://www.smarty.net",
"license": "LGPL-3.0",
"authors": [
{
@@ -22,7 +22,7 @@
"support": {
"irc": "irc://irc.freenode.org/smarty",
"issues": "https://github.com/smarty-php/smarty/issues",
- "forum": "https://www.smarty.net/forums/"
+ "forum": "http://www.smarty.net/forums/"
},
"require": {
"php": ">=5.2"
diff --git a/lib/smarty/libs/Config_File.class.php b/lib/smarty/libs/Config_File.class.php
index 12d9f2b..c25f2a0 100755
--- a/lib/smarty/libs/Config_File.class.php
+++ b/lib/smarty/libs/Config_File.class.php
@@ -21,7 +21,7 @@
* Smarty mailing list. Send a blank e-mail to
* smarty-discussion-subscribe@googlegroups.com
*
- * @link https://www.smarty.net/
+ * @link http://www.smarty.net/
* @version 2.6.25-dev
* @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski
diff --git a/lib/smarty/libs/Smarty.class.php b/lib/smarty/libs/Smarty.class.php
index d6f100e..a029f94 100755
--- a/lib/smarty/libs/Smarty.class.php
+++ b/lib/smarty/libs/Smarty.class.php
@@ -20,7 +20,7 @@
* Smarty mailing list. Send a blank e-mail to
* smarty-discussion-subscribe@googlegroups.com
*
- * @link https://www.smarty.net/
+ * @link http://www.smarty.net/
* @copyright 2015 New Digital Group, Inc.
* @copyright 2015 Uwe Tews
* @author Monte Ohrt
@@ -1385,7 +1385,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* Error Handler to mute expected messages
*
- * @link https://php.net/set_error_handler
+ * @link http://php.net/set_error_handler
*
* @param integer $errno Error level
* @param $errstr
@@ -1447,7 +1447,7 @@ class Smarty extends Smarty_Internal_TemplateBase
{
/*
error muting is done because some people implemented custom error_handlers using
- https://php.net/set_error_handler and for some reason did not understand the following paragraph:
+ http://php.net/set_error_handler and for some reason did not understand the following paragraph:
It is important to remember that the standard PHP error handler is completely bypassed for the
error types specified by error_types unless the callback function returns FALSE.
diff --git a/lib/smarty/libs/SmartyBC.class.php b/lib/smarty/libs/SmartyBC.class.php
index fe90de9..1dd529c 100755
--- a/lib/smarty/libs/SmartyBC.class.php
+++ b/lib/smarty/libs/SmartyBC.class.php
@@ -18,7 +18,7 @@
* Smarty mailing list. Send a blank e-mail to
* smarty-discussion-subscribe@googlegroups.com
*
- * @link https://www.smarty.net/
+ * @link http://www.smarty.net/
* @copyright 2008 New Digital Group, Inc.
* @author Monte Ohrt
* @author Uwe Tews
diff --git a/lib/smarty/libs/Smarty_Compiler.class.php b/lib/smarty/libs/Smarty_Compiler.class.php
index 522cc67..c1bc798 100755
--- a/lib/smarty/libs/Smarty_Compiler.class.php
+++ b/lib/smarty/libs/Smarty_Compiler.class.php
@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * @link https://smarty.php.net/
+ * @link http://smarty.php.net/
* @author Monte Ohrt
* @author Andrei Zmievski
* @version 2.6.25-dev
diff --git a/lib/smarty/libs/debug.tpl b/lib/smarty/libs/debug.tpl
index 07e1fc2..5526cbc 100755
--- a/lib/smarty/libs/debug.tpl
+++ b/lib/smarty/libs/debug.tpl
@@ -1,6 +1,6 @@
{capture name='_smarty_debug' assign=debug_output}
-
-
+
+
Smarty Debug Console