Changeset 91
- Timestamp:
- 09/16/25 15:09:47 (9 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uribl/uridb.cgi
r90 r91 83 83 } 84 84 85 $page->param(pgtitle => $uridb->{ cfg}{pgtitle}) if defined($uridb->{cfg}{pgtitle});86 $page->param(pgcomment => $uridb->{ cfg}{pgcomment}) if defined($uridb->{cfg}{pgcomment});85 $page->param(pgtitle => $uridb->{misc}{pgtitle}) if defined($uridb->{misc}{pgtitle}); 86 $page->param(pgcomment => $uridb->{misc}{pgcomment}) if defined($uridb->{misc}{pgcomment}); 87 87 $page->param(cgiself => $cgiself); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.