Skip to content

Instantly share code, notes, and snippets.

@Semdevmaster
Created September 16, 2022 07:10
Show Gist options
  • Save Semdevmaster/9dca552b91dc929fbf9f55d1a944e091 to your computer and use it in GitHub Desktop.
Save Semdevmaster/9dca552b91dc929fbf9f55d1a944e091 to your computer and use it in GitHub Desktop.
ZoomX smarty modifier for log to Ray server
<?php
/*
* Smarty plugin
* -------------------------------------------------------------
* Файл: modifier.ray.php
* Тип: modifier
* Имя: ray
* Назначение: Run ray function.
* -------------------------------------------------------------
*/
function smarty_modifier_ray($expression)
{
ray($expression);
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment