aowow/endpoints/profile/summary.php
Sarjuuk 69df20af63 Template/Update (Part 41)
* split 'profiler' into separate endpoints
 * implement profile=avatar endpoint (though it doesn't do a whole lot and isn't referenced (see comments))
2025-09-25 15:58:56 +02:00

17 lines
295 B
PHP

<?php
namespace Aowow;
if (!defined('AOWOW_REVISION'))
die('illegal access');
// page is generated by jScript .. does this need to be here then..?
class ProfileSummaryResponse extends TextResponse
{
public function __construct() {}
protected function generate() : void {}
}
?>