CI_Trackback::send_success PHP Method

send_success() public method

This should be called when a trackback has been successfully received and inserted.
public send_success ( ) : void
return void
    public function send_success()
    {
        exit('<?xml version="1.0" encoding="utf-8"?' . ">\n<response>\n<error>0</error>\n</response>");
    }