faq.comsenz.com 链接去除
This commit is contained in:
parent
89c1963c46
commit
c81b5c99fd
|
@ -272,11 +272,7 @@ EOT;
|
|||
}
|
||||
|
||||
|
||||
$helplink = '';
|
||||
if($type == 'db') {
|
||||
$helplink = "http://faq.comsenz.com/?type=mysql&dberrno=".rawurlencode(DB::errno())."&dberror=".rawurlencode(str_replace(DB::object()->tablepre, '', DB::error()));
|
||||
$helplink = "<a href=\"$helplink\" target=\"_blank\"><span class=\"red\">Need Help?</span></a>";
|
||||
}
|
||||
$helplink = '';
|
||||
|
||||
$endmsg = lang('error', 'error_end_message', array('host'=>$host));
|
||||
echo <<<EOT
|
||||
|
|
|
@ -747,12 +747,7 @@ function showsetting($setname, $varname, $value, $type = 'radio', $disabled = ''
|
|||
return;
|
||||
}
|
||||
if(!isset($_G['showsetting_multi'])) {
|
||||
if(!$nofaq) {
|
||||
$faqurl = 'http://faq.comsenz.com?type=admin&ver='.$_G['setting']['version'].'&action='.rawurlencode($_GET['action']).'&operation='.rawurlencode($_GET['operation']).'&key='.rawurlencode($setname);
|
||||
showtablerow($noborder.'onmouseover="setfaq(this, \'faq'.$setid.'\')"', 'colspan="2" class="td27" s="1"', $name.'<a id="faq'.$setid.'" class="faq" title="'.cplang('setting_faq_title').'" href="'.$faqurl.'" target="_blank" style="display:none"> </a>');
|
||||
} else {
|
||||
showtablerow('', 'colspan="2" class="td27" s="1"', $name);
|
||||
}
|
||||
showtablerow('', 'colspan="2" class="td27" s="1"', $name);
|
||||
} else {
|
||||
if(empty($_G['showsetting_multijs'])) {
|
||||
$_G['setting_JS'] .= 'var ss = new Array();';
|
||||
|
|
Loading…
Reference in New Issue