mirror of https://github.com/BOINC/boinc.git
BOINC web: fix Skype help pages
This commit is contained in:
parent
7b3b4dc29a
commit
5ce4aaf79f
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
@mysql_pconnect("localhost", "boincadm", null);
|
||||
mysql_select_db("support");
|
||||
@mysql_select_db("support");
|
||||
|
||||
function rating_insert($r) {
|
||||
$auth = mysql_real_escape_string($r->auth);
|
||||
|
|
|
@ -51,7 +51,7 @@ function online($status) {
|
|||
// Instead we now have the following
|
||||
|
||||
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>
|
||||
';
|
||||
}
|
||||
|
||||
|
|
|
@ -103,9 +103,10 @@ function email_contact($vol) {
|
|||
|
||||
$send_email = get_str2('send_email');
|
||||
$rate = get_str2('rate');
|
||||
session_set_cookie_params(86400*365);
|
||||
session_start();
|
||||
$uid = session_id();
|
||||
//session_set_cookie_params(86400*365);
|
||||
//@session_start();
|
||||
//$uid = @session_id();
|
||||
$uid = false;
|
||||
|
||||
if ($send_email) {
|
||||
$volid = $_GET['volid'];
|
||||
|
|
Loading…
Reference in New Issue