Hi, On Wed, May 4, 2011 at 3:22 PM, Mix Dance <[email protected]> wrote: > Firstly I read that it was possible to post in French so I'll do well > and I would put a translation for the other user
Well, that was a suggestion from Gilou, but I'm not sure it's a good idea. Posting in two languages is probably okay. In any case, I'll answer in english: if automatic translation is to be used, I don't need to do it myself. > I was wondering if it was possible to replace 'smooth_add' with > 'fallback' if so, how? I'm not sure what you want to do here. If you read utils.liq you'll see that smooth_add is defined from switch() which is a close cousin of fallback(). So you can expand the definition and get the same behavior. But that doesn't seem interesting, you must be asking for a different behavior, right? > Second, is there possible to make an include rechargable, to reload a > 'switch '. Example: > %include "php5-cgi planning.php" reload=86400 No, the script is read once for all, and %includes don't change that. Depending on what you want to change, there might be ways, mostly through hooks or server commands. Cordialement, -- David ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
