Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radius section sync #711

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/radius/functions/radius-acct-open.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e6553e39c9d6a20588c464b9af07cbdf07cfe07d Maintainer: yannick Status: ready -->
<!-- EN-Revision: 28529d3539b850e870e3aa97570f4db0e53daa03 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="function.radius-acct-open" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -42,7 +42,7 @@
<?php
$res = radius_acct_open ()
or die ("Impossible de créer la ressource");
print("La ressource a été créée avec succès");
print "La ressource a été créée avec succès";
?>
]]>
</programlisting>
Expand Down