Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Dee
UNL_Search
Commits
1912cd50
Commit
1912cd50
authored
Jan 13, 2016
by
Michael Fairchild
Browse files
Remove debug comment
parent
f105d894
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.php
View file @
1912cd50
...
...
@@ -87,7 +87,6 @@ if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) {
$scannedContent
=
UNL_Search
::
removeRelativePaths
(
$scannedContent
,
$_GET
[
'u'
]);
break
;
case
'contactinfo'
:
//print_r($scannedContent);exit();
$scannedContent
=
preg_replace
(
'#<h3>.*</h3>#'
,
''
,
$scannedContent
);
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment