adding web crawler update in admin panel
This commit is contained in:
@@ -401,6 +401,11 @@ class Databap extends PhpObject
|
||||
@file_put_contents('sap_website_parser.sh', "#!/bin/bash\n\ncd /var/www\n\n/usr/bin/php -f index.php a=external_access p=blogs auth_token=".self::SYSTEM_USER_ID.'_'.str_replace('$', '\$', $this->generateExternalAccessToken(self::SYSTEM_USER_ID)));
|
||||
}
|
||||
|
||||
public function updateWebCrawler()
|
||||
{
|
||||
@file_put_contents('sap_website_parser.sh', "#!/bin/bash\n\ncd /var/www\n\n/usr/bin/php -f index.php a=external_access p=blogs auth_token=".self::SYSTEM_USER_ID.'_'.str_replace('$', '\$', $this->generateExternalAccessToken(self::SYSTEM_USER_ID)));
|
||||
}
|
||||
|
||||
public function goLive()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user