Adsense
Popular Posts
- Code update from PHP 7.4 to PHP 8.1 - PhpSpreadsheet
- MySQL workbench -"Could not decrypt password cache"
- Code update from PHP 7.4 to PHP 8.1 - Worksheet/Iterator.php
- Rendering HTML tags inside textarea
- axios handle blob type data
- Unix Utils and wget in Windows
- Setup vi syntax for PHP
- increase mysql query speed
- EXCEL return to the next line in the same cell
- git svn conversion
Tuesday, February 25, 2014
Add Advisory Board under Governance tab
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav0.tmpl.php, line 64 add
<li><a href="/advisory.php"> Advisory Board</a></li>
create advisory.php
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_lib\edit_webcontent.php, line 146 add
else if ($content_id==13) {
header('Location: /advisory.php');
exit();
}
line 24 add
if (preg_match("/advisory.php/i",$_SERVER['PHP_SELF'])) $content_id=13;
line 69 add:
else if($content_id==13)
$sql_11="INSERT INTO web_content(content_id, revision, title, text) VALUES (13,0, 'advisory.php', 'TBD')";
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav_lang.tmpl.php
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment