HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
G::LoadThirdParty('geshi', 'geshi');
|
||||
|
||||
$geshi = new GeSHi($_POST["code"], 'php');
|
||||
$geshi->enable_line_numbers(GESHI_FANCY_LINE_NUMBERS, 2);
|
||||
$geshi->set_line_style('background: #f0f0f0;');
|
||||
|
||||
Reference in New Issue
Block a user