Use example:
onAvailable(['jQuery', 'jQuery.fn.countdown'], function() {
jQuery('.countdown').countdown(the_countdown_date, function(event) {
jQuery(this).html(event.strftime(the_countdown_template));
});
});
<?php | |
// CONFIG | |
$servers = array( | |
array('Local', '127.0.0.1', 6379), | |
); | |
// END CONFIG | |
$server = 0; | |
if (isset($_GET['s']) && intval($_GET['s']) < count($servers)) { | |
$server = intval($_GET['s']); |
Use example:
onAvailable(['jQuery', 'jQuery.fn.countdown'], function() {
jQuery('.countdown').countdown(the_countdown_date, function(event) {
jQuery(this).html(event.strftime(the_countdown_template));
});
});
Generate your CSR This generates a unique private key, skip this if you already have one.
sudo openssl genrsa -out etc/ssl/yourdomain.com/yourdomain.com.key 1024
Next generate your CSR (Certificate Signing Request), required by GoDaddy: