renaming blog variable (formerly SAP)
This commit is contained in:
@@ -353,7 +353,7 @@ class Databap extends PhpObject
|
||||
$this->addUser('test', 'test', 'test', 'test@test.com');
|
||||
|
||||
//Write the SAP blog parser bash script to main folder
|
||||
@file_put_contents('sap_website_parser.sh', "#!/bin/bash\n\n/usr/bin/php -f index.php a=external_access p=sap_blog auth_token=".$iAdminId.'_'.$this->generateExternalAccessToken($iAdminId));
|
||||
@file_put_contents('sap_website_parser.sh', "#!/bin/bash\n\n/usr/bin/php -f index.php a=external_access p=blogs auth_token=".$iAdminId.'_'.str_replace('$', '\$', $this->generateExternalAccessToken($iAdminId)));
|
||||
}
|
||||
|
||||
private function setUserId($iUserId)
|
||||
|
||||
Reference in New Issue
Block a user