Changes between Version 26 and Version 27 of GenDolFAQs
- Timestamp:
- Jun 17, 2008, 7:06:23 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolFAQs
v26 v27 111 111 and all the elements of '''{{{$db}}}''' array (it's not usually needed if you just move your site to another folder on the same server) 112 112 113 * '''c md.php''', '''notifies.php''', '''tags.php''' files in '''periodic''' folder. All of them have lines as follows:113 * '''cupid.php''', '''notifies.php''', '''cmd.php''' files in '''periodic''' folder. All of them have lines as follows: 114 114 {{{ 115 115 require_once( '[path_to]/inc/header.inc.php' ); … … 117 117 118 118 where '''[path_to]''' must be changed according to the current path to Dolphin folder 119 120 '''Note''': You also need to change the paths for each cron running for the above mentioned files. 119 121 120 122 * '''ray/modules/global/inc/header.inc.php''' … … 125 127 }}} 126 128 the same way as described above 127 128 * '''ray/modules/global/js/integration.js'''129 130 change the value of the variable '''sRayUrl''' according to your current URL.131 129 132 130 ----