Changeset 3129
- Timestamp:
- 11/20/06 21:26:29 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/htdocs/admin/config.php
r3036 r3129 300 300 printf( "<p>%s</p>", dgettext("welcome page", "You are running a BETA VERSION of freePBX. This release probably has bugs, and the point of this release is to get as many of them fixed as possible.") ); 301 301 302 printf( "<p>%s</p>" , dgettext("welcome page", "We urge to you report any bugs you find. Current known bugs are maintained on <a href='http:// www.aussievoip.com/wiki/freePBX-2.2'>the users website</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> and update the information on the <a href='http://www.aussievoip.com/wiki/freePBX-2.2'>users website</a> so that it can be easily tracked by other users.") );302 printf( "<p>%s</p>" , dgettext("welcome page", "We urge to you report any bugs you find. Current known bugs are maintained on <a href='http://freepbx.org/trac/wiki/2.2Beta'>the users website</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> and update the information on the <a href='http://freepbx.org/trac/wiki/2.2Beta'>users website</a> so that it can be easily tracked by other users.") ); 303 303 echo "</div>"; 304 304
