221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
|
@ been used to access this repository.
}
}else{
int nUrl = db_int(0, "SELECT count(*) FROM config"
" WHERE name GLOB 'baseurl:*'");
@ <li><p>This repository does not have a canonical access URL.
if( nUrl==1 ){
@ There 1
@ <a href="urllist?urlonly">1 non-canonical URLs</a>
@ that has been used to access this repository.
}else if( nUrl>=2 ){
@ There are
@ <a href="urllist?all&urlonly">%d(nUrl) non-canonical URLs</a>
@ that have been used to access this repository.
}
}
|
|
|
|
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
|
@ been used to access this repository.
}
}else{
int nUrl = db_int(0, "SELECT count(*) FROM config"
" WHERE name GLOB 'baseurl:*'");
@ <li><p>This repository does not have a canonical access URL.
if( nUrl==1 ){
@ There is
@ <a href="urllist?urlonly">1 non-canonical URL</a>
@ that has been used to access this repository.
}else if( nUrl>=2 ){
@ There are
@ <a href="urllist?all&urlonly">%d(nUrl) non-canonical URLs</a>
@ that have been used to access this repository.
}
}
|