fix colors
This commit is contained in:
parent
cb59dd8b06
commit
4dcf124c81
@ -30,12 +30,12 @@ for ($i = 0; $i < count($module_list); $i++) {
|
|||||||
$module_name = str_replace('php-', '', $module_list[$i]);
|
$module_name = str_replace('php-', '', $module_list[$i]);
|
||||||
if (!extension_loaded($module_name))
|
if (!extension_loaded($module_name))
|
||||||
{
|
{
|
||||||
echo '<p style="color:green">'. $module_list[$i] .":";
|
echo '<p style="color:red">'. $module_list[$i] .":";
|
||||||
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Click </a>' . `</p>`;
|
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Click </a>' . `</p>`;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo '<p style="color:red">'. $module_list[$i] .":";
|
echo '<p style="color:green">'. $module_list[$i] .":";
|
||||||
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Click </a>' . `</p>`;
|
echo '<a href="\checkers\\'. $module_list[$i] .'.php">' . 'Click </a>' . `</p>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user