662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
|
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
|
-
+
|
** a particular check-in.
**
** This screen is intended for use by Fossil developers to help
** in debugging Fossil itself. Ordinary Fossil users are not
** expected to know what the MLINK table is or why it is important.
**
** To avoid confusing ordinary users, this page is only available
** to adminstrators.
** to administrators.
*/
void mlink_page(void){
const char *zFName = P("name");
const char *zCI = P("ci");
Stmt q;
login_check_credentials();
|