resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
This commit is contained in:
parent
d124c67322
commit
5f2f644064
17 changed files with 59 additions and 1844 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
include('library/asn1.php');
|
||||
require_once('library/asn1.php');
|
||||
|
||||
function modexp_init(&$a) {
|
||||
|
||||
|
|
|
@ -63,6 +63,10 @@ function register_post(&$a) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(! validate_url($tmp_str))
|
||||
$openid_url = '';
|
||||
|
||||
|
||||
$err = '';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue