From: <w4...@us...> - 2003-01-04 21:48:27
|
Update of /cvsroot/xoops/xoops2/install In directory sc8-pr-cvs1:/tmp/cvs-serv12696/install Modified Files: index.php Log Message: added a space into the (c) and the year Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/install/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 4 Jan 2003 15:46:05 -0000 1.4 --- index.php 4 Jan 2003 21:48:23 -0000 1.5 *************** *** 1449,1453 **** $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (38, 0, 1, 'bad_ips', '_MD_AM_BADIPS', '', '_MD_AM_BADIPSDSC', 'textarea', 'array', 42)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (39, 0, 3, 'meta_keywords', '_MD_AM_METAKEY', 'news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management', '_MD_AM_METAKEYDSC', 'textarea', 'text', 0)"); ! $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (40, 0, 3, 'footer', '_MD_AM_FOOTER', 'Powered by XOOPS 2.0 ©2001-2003 <a href=\"http://www.xoops.org/\" target=\"_blank\">The XOOPS Project</a>', '_MD_AM_FOOTERDSC', 'textarea', 'text', 20)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (41, 0, 4, 'censor_enable', '_MD_AM_DOCENSOR', '0', '_MD_AM_DOCENSORDSC', 'yesno', 'int', 0)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (42, 0, 4, 'censor_words', '_MD_AM_CENSORWRD', 'fuck|shit', '_MD_AM_CENSORWRDDSC', 'textarea', 'array', 1)"); --- 1449,1453 ---- $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (38, 0, 1, 'bad_ips', '_MD_AM_BADIPS', '', '_MD_AM_BADIPSDSC', 'textarea', 'array', 42)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (39, 0, 3, 'meta_keywords', '_MD_AM_METAKEY', 'news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management', '_MD_AM_METAKEYDSC', 'textarea', 'text', 0)"); ! $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (40, 0, 3, 'footer', '_MD_AM_FOOTER', 'Powered by XOOPS 2.0 © 2001-2003 <a href=\"http://www.xoops.org/\" target=\"_blank\">The XOOPS Project</a>', '_MD_AM_FOOTERDSC', 'textarea', 'text', 20)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (41, 0, 4, 'censor_enable', '_MD_AM_DOCENSOR', '0', '_MD_AM_DOCENSORDSC', 'yesno', 'int', 0)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (42, 0, 4, 'censor_words', '_MD_AM_CENSORWRD', 'fuck|shit', '_MD_AM_CENSORWRDDSC', 'textarea', 'array', 1)"); |