asdf
This commit is contained in:
		@@ -26,6 +26,7 @@ $page_regex = '/<!--PAGENAME=(.*?)-->/';
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if(preg_match($page_regex, $htmlWithComments, $matches)){
 | 
					if(preg_match($page_regex, $htmlWithComments, $matches)){
 | 
				
			||||||
    $page_name = $matches[1];
 | 
					    $page_name = $matches[1];
 | 
				
			||||||
 | 
					    print_r($matches);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
else{
 | 
					else{
 | 
				
			||||||
    $page_name = ucfirst($page);
 | 
					    $page_name = ucfirst($page);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user