Update users.php

parent 31f6895a
Pipeline #91 failed with stages
<? require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
// $fp = fopen('php://output', 'wb');
$fp = fopen('users.csv', 'wb');
header('Content-Type: text/csv');
header('Content-Disposition: attachment; filename="sample.csv"');
$fp = fopen('php://output', 'wb');
// $fp = fopen('users.csv', 'wb');
$res = Bitrix\Main\UserTable::getList(Array(
"select"=>Array("*"),
));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment