BOINC web: fix Skype help pages

This commit is contained in:
David Anderson 2016-09-02 15:13:36 -07:00
parent 7b3b4dc29a
commit 5ce4aaf79f
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
@mysql_pconnect("localhost", "boincadm", null); @mysql_pconnect("localhost", "boincadm", null);
mysql_select_db("support"); @mysql_select_db("support");
function rating_insert($r) { function rating_insert($r) {
$auth = mysql_real_escape_string($r->auth); $auth = mysql_real_escape_string($r->auth);

View File

@ -51,7 +51,7 @@ function online($status) {
// Instead we now have the following // Instead we now have the following
function skype_script() { function skype_script() {
echo '<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script> echo '<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
'; ';
} }

View File

@ -103,9 +103,10 @@ function email_contact($vol) {
$send_email = get_str2('send_email'); $send_email = get_str2('send_email');
$rate = get_str2('rate'); $rate = get_str2('rate');
session_set_cookie_params(86400*365); //session_set_cookie_params(86400*365);
session_start(); //@session_start();
$uid = session_id(); //$uid = @session_id();
$uid = false;
if ($send_email) { if ($send_email) {
$volid = $_GET['volid']; $volid = $_GET['volid'];